#BBA6C4

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

Shades of Chatelle #BBA6C4

Tints of Chatelle #BBA6C4

Color information

#BBA6C4 (or 0xBBA6C4) is unknown color: approx Chatelle. HEX triplet: BB, A6 and C4. RGB value is (187,166,196). Sum of RGB (Red+Green+Blue) = 187+166+196=549 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.06% from 549); Green value is 166 (65.23% from 255 or 30.24% from 549); Blue value is 196 (76.95% from 255 or 35.70% from 549); Max value from RGB is 196 - color contains mainly: blue. Hex color #BBA6C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA6C4 is #44593B. Grayscale: #AFAFAF. Windows color (decimal): -4479292 or 12887739. OLE color: 12887739.

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

Color convert

RGB187166196-
CMYK0.050.1500.23
HSL282º20.27%70.98%-
HSV(B)282º15.31%76.86%-
XYZ44.0941.8257.97-
YUV175.7139.46136.06-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.06%
GREEN value IS 166 (65.23% from 255) = 30.24%
BLUE value IS 196 (76.95% from 255) = 35.70%
R=34.06%
G=30.24%
B=35.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1871661960.050.1500.2328220.2770.98
HexBBA6C45F01711a1447
Octal27324630451702743224107
Binary1011101110100110110001001011111010111100011010101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA6C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA6C4; }

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

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

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

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

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

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

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

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