#BBAEC0

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

Shades of Chatelle #BBAEC0

Tints of Chatelle #BBAEC0

Color information

#BBAEC0 (or 0xBBAEC0) is unknown color: approx Chatelle. HEX triplet: BB, AE and C0. RGB value is (187,174,192). Sum of RGB (Red+Green+Blue) = 187+174+192=553 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.82% from 553); Green value is 174 (68.36% from 255 or 31.46% from 553); Blue value is 192 (75.39% from 255 or 34.72% from 553); Max value from RGB is 192 - color contains mainly: blue. Hex color #BBAEC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAEC0 is #44513F. Grayscale: #B3B3B3. Windows color (decimal): -4477248 or 12627643. OLE color: 12627643.

HSL color Cylindrical-coordinate representation of color #BBAEC0: hue angle of 283.33º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBAEC0 is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB187174192-
CMYK0.030.0900.25
HSL283.33º12.5%71.76%-
HSV(B)283.33º9.38%75.29%-
XYZ45.1444.6456.11-
YUV179.94134.81133.04-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.82%
GREEN value IS 174 (68.36% from 255) = 31.46%
BLUE value IS 192 (75.39% from 255) = 34.72%
R=33.82%
G=31.46%
B=34.72%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871741920.030.0900.25283.3312.571.76
HexBBAEC03901911bc48
Octal27325630031103143314110
Binary10111011101011101100000011100101100110001101111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAEC0; }

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

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

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

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

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

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

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

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