#BBAEC2

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

Shades of Chatelle #BBAEC2

Tints of Chatelle #BBAEC2

Color information

#BBAEC2 (or 0xBBAEC2) is unknown color: approx Chatelle. HEX triplet: BB, AE and C2. RGB value is (187,174,194). Sum of RGB (Red+Green+Blue) = 187+174+194=555 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.69% from 555); Green value is 174 (68.36% from 255 or 31.35% from 555); Blue value is 194 (76.17% from 255 or 34.95% from 555); Max value from RGB is 194 - color contains mainly: blue. Hex color #BBAEC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAEC2 is #44513D. Grayscale: #B4B4B4. Windows color (decimal): -4477246 or 12758715. OLE color: 12758715.

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

Color convert

RGB187174194-
CMYK0.040.1000.24
HSL279º14.08%72.16%-
HSV(B)279º10.31%76.08%-
XYZ45.3744.7357.28-
YUV180.17135.81132.87-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.69%
GREEN value IS 174 (68.36% from 255) = 31.35%
BLUE value IS 194 (76.17% from 255) = 34.95%
R=33.69%
G=31.35%
B=34.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871741940.040.1000.2427914.0872.16
HexBBAEC24A018117e48
Octal27325630241203042716110
Binary101110111010111011000010100101001100010001011111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAEC2; }

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

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

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

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

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

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

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

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