#BBACC4

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

Shades of Chatelle #BBACC4

Tints of Chatelle #BBACC4

Color information

#BBACC4 (or 0xBBACC4) is unknown color: approx Chatelle. HEX triplet: BB, AC and C4. RGB value is (187,172,196). Sum of RGB (Red+Green+Blue) = 187+172+196=555 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.69% from 555); Green value is 172 (67.58% from 255 or 30.99% from 555); Blue value is 196 (76.95% from 255 or 35.32% from 555); Max value from RGB is 196 - color contains mainly: blue. Hex color #BBACC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBACC4 is #44533B. Grayscale: #B3B3B3. Windows color (decimal): -4477756 or 12889275. OLE color: 12889275.

HSL color Cylindrical-coordinate representation of color #BBACC4: hue angle of 277.5º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBACC4 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB187172196-
CMYK0.050.1200.23
HSL277.5º16.9%72.16%-
HSV(B)277.5º12.24%76.86%-
XYZ45.2144.0658.35-
YUV179.22137.47133.55-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.69%
GREEN value IS 172 (67.58% from 255) = 30.99%
BLUE value IS 196 (76.95% from 255) = 35.32%
R=33.69%
G=30.99%
B=35.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1871721960.050.1200.23277.516.972.16
HexBBACC45C0171161148
Octal27325430451402742621110
Binary1011101110101100110001001011100010111100010110100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBACC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBACC4; }

 p { color: rgb(187,172,196); }

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

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

 a { background-color: rgb(187,172,196); }

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

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

 span { border-color: rgb(187,172,196); }

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