#BBAEC9

Color #BBAEC9 French Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Grey #BBAEC9

Tints of French Grey #BBAEC9

Color information

#BBAEC9 (or 0xBBAEC9) is unknown color: approx French Grey. HEX triplet: BB, AE and C9. RGB value is (187,174,201). Sum of RGB (Red+Green+Blue) = 187+174+201=562 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.27% from 562); Green value is 174 (68.36% from 255 or 30.96% from 562); Blue value is 201 (78.91% from 255 or 35.77% from 562); Max value from RGB is 201 - color contains mainly: blue. Hex color #BBAEC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAEC9 is #445136. Grayscale: #B4B4B4. Windows color (decimal): -4477239 or 13217467. OLE color: 13217467.

HSL color Cylindrical-coordinate representation of color #BBAEC9: hue angle of 268.89º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBAEC9 is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB187174201-
CMYK0.070.1300.21
HSL268.89º20%73.53%-
HSV(B)268.89º13.43%78.82%-
XYZ46.1745.0561.52-
YUV180.96139.31132.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 33.27%
GREEN value IS 174 (68.36% from 255) = 30.96%
BLUE value IS 201 (78.91% from 255) = 35.77%
R=33.27%
G=30.96%
B=35.77%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1871742010.070.1300.21268.892073.53
HexBBAEC97D01510d144a
Octal27325631171502541524112
Binary1011101110101110110010011111101010101100001101101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAEC9; }

 p { color: rgb(187,174,201); }

 H1.HeaderClassName
 {
   color: #BBAEC9;
 }
 .AnyTagClassName
 {
   color: #BBAEC9;
 }
</style>
background-color css

<style>
 a { background-color: #BBAEC9; }

 a { background-color: rgb(187,174,201); }

 div.DivClassName
 {
   background-color: #BBAEC9;
 }
 .BgClassName
 {
   background-color: #BBAEC9;
 }
</style>
border-color css

<style>
 span { border-color: #BBAEC9; }

 span { border-color: rgb(187,174,201); }

 td.TdClassName
 {
   border-color: #BBAEC9;
 }
 .TagClassName
 {
   border-color: #BBAEC9;
 }
</style>