#B09CB4

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

Shades of Chatelle #B09CB4

Tints of Chatelle #B09CB4

Color information

#B09CB4 (or 0xB09CB4) is unknown color: approx Chatelle. HEX triplet: B0, 9C and B4. RGB value is (176,156,180). Sum of RGB (Red+Green+Blue) = 176+156+180=512 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.38% from 512); Green value is 156 (61.33% from 255 or 30.47% from 512); Blue value is 180 (70.70% from 255 or 35.16% from 512); Max value from RGB is 180 - color contains mainly: blue. Hex color #B09CB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09CB4 is #4F634B. Grayscale: #A4A4A4. Windows color (decimal): -5202764 or 11836592. OLE color: 11836592.

HSL color Cylindrical-coordinate representation of color #B09CB4: hue angle of 290º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B09CB4 is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB176156180-
CMYK0.020.1300.29
HSL290º13.79%65.88%-
HSV(B)290º13.33%70.59%-
XYZ38.0336.348.18-
YUV164.72136.63136.05-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.38%
GREEN value IS 156 (61.33% from 255) = 30.47%
BLUE value IS 180 (70.70% from 255) = 35.16%
R=34.38%
G=30.47%
B=35.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1761561800.020.1300.2929013.7965.88
HexB09CB42D01D122e42
Octal26023426421503544216102
Binary10110000100111001011010010110101110110010001011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09CB4; }

 p { color: rgb(176,156,180); }

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

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

 a { background-color: rgb(176,156,180); }

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

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

 span { border-color: rgb(176,156,180); }

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