Color Hex Logo

#bbaeff Color Hex

#BBAEFF
(187,174,255)
0 Favorites   0 Comments

Color spaces of #bbaeff

RGB 187174255
HSL0.691.000.84
HSV250°32°100°
CMYK 0.270.320.00   0.00
XYZ53.679648.0569101.0544
Yxy48.05690.26470.2370
Hunter Lab69.323116.9042-37.9027
CIE-Lab74.860821.6537-38.4305

#bbaeff color RGB value is (187,174,255).

#bbaeff hex color red value is 187, green value is 174 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #bbaeff hue: 0.69 , saturation: 1.00 and the lightness value of bbaeff is 0.84.

The process color (four color CMYK) of #bbaeff color hex is 0.27, 0.32, 0.00, 0.00. Web safe color of #bbaeff is #cc99ff. Color #bbaeff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101110 11111111
Octal 273 256 377
Decimal 187 174 255
Hex BB AE FF

RGB Percentages of Color #bbaeff

%30.36
%28.25
%41.40

CMYK Percentages of Color #bbaeff

%27
%32
%0
%0

Triadic Colors of #bbaeff

#bbaeff #ffbbae #aeffbb

Analogous Colors of #bbaeff

#bbaeff #e4aeff #aecaff

Monochromatic Colors of #bbaeff

#bbaeff

Complementary Color

#bbaeff #f2ffae

#bbaeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbaeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbaeff Color CSS Codes

.mybgcolor {background-color:#bbaeff; } 
.myforecolor {color:#bbaeff; }
.mybordercolor {border:3px solid #bbaeff; }

#bbaeff Text Font Color

<p style="color:#bbaeff">Text here</p>

This sample text font color is #bbaeff
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bbaeff Background Color

<div style="background-color:#bbaeff">
Div content here</div>

This div background color is #bbaeff


#bbaeff Border Color

<div style="border:3px solid #bbaeff">
Div here</div>

This div border color is #bbaeff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(187,174,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bbaeff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bbaeff;
  -webkit-box-shadow: 1px 1px 3px 2px #bbaeff;
  box-shadow:         1px 1px 3px 2px #bbaeff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,174,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bbaeff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bbaeff;
  -webkit-box-shadow: 1px 1px 3px 2px #bbaeff;
  box-shadow:         1px 1px 3px 2px #bbaeff;">
Div content here</div>

This div box has shadow with color #bbaeff

Related Colors


Comments

No comments written yet.

Please login to write comment.