Color Hex Logo

#bbace8 Color Hex

#BBACE8
(187,172,232)
0 Favorites   0 Comments

Color spaces of #bbace8

RGB 187172232
HSL0.710.570.79
HSV255°26°91°
CMYK 0.190.260.00   0.09
XYZ49.811545.896082.5774
Yxy45.89600.27940.2574
Hunter Lab67.746612.6878-24.8469
CIE-Lab73.478017.4384-28.1159

#bbace8 color RGB value is (187,172,232).

#bbace8 hex color red value is 187, green value is 172 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #bbace8 hue: 0.71 , saturation: 0.57 and the lightness value of bbace8 is 0.79.

The process color (four color CMYK) of #bbace8 color hex is 0.19, 0.26, 0.00, 0.09. Web safe color of #bbace8 is #cc99ff. Color #bbace8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101100 11101000
Octal 273 254 350
Decimal 187 172 232
Hex BB AC E8

RGB Percentages of Color #bbace8

%31.64
%29.10
%39.26

CMYK Percentages of Color #bbace8

%19
%26
%0
%9

Triadic Colors of #bbace8

#bbace8 #e8bbac #ace8bb

Analogous Colors of #bbace8

#bbace8 #d9ace8 #acbbe8

Monochromatic Colors of #bbace8

#bbace8

Complementary Color

#bbace8 #d9e8ac

#bbace8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbace8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbace8 Color CSS Codes

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

#bbace8 Text Font Color

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

This sample text font color is #bbace8
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.


#bbace8 Background Color

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

This div background color is #bbace8


#bbace8 Border Color

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

This div border color is #bbace8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbace8


Comments

No comments written yet.

Please login to write comment.