#BBAEC3

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

Shades of Chatelle #BBAEC3

Tints of Chatelle #BBAEC3

Color information

#BBAEC3 (or 0xBBAEC3) is unknown color: approx Chatelle. HEX triplet: BB, AE and C3. RGB value is (187,174,195). Sum of RGB (Red+Green+Blue) = 187+174+195=556 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.63% from 556); Green value is 174 (68.36% from 255 or 31.29% from 556); Blue value is 195 (76.56% from 255 or 35.07% from 556); Max value from RGB is 195 - color contains mainly: blue. Hex color #BBAEC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAEC3 is #44513C. Grayscale: #B4B4B4. Windows color (decimal): -4477245 or 12824251. OLE color: 12824251.

HSL color Cylindrical-coordinate representation of color #BBAEC3: hue angle of 277.14º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBAEC3 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB187174195-
CMYK0.040.1100.24
HSL277.14º14.89%72.35%-
HSV(B)277.14º10.77%76.47%-
XYZ45.4844.7857.88-
YUV180.28136.31132.79-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.63%
GREEN value IS 174 (68.36% from 255) = 31.29%
BLUE value IS 195 (76.56% from 255) = 35.07%
R=33.63%
G=31.29%
B=35.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871741950.040.1100.24277.1414.8972.35
HexBBAEC34B018115f48
Octal27325630341303042517110
Binary101110111010111011000011100101101100010001010111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAEC3; }

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

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

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

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

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

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

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

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