#B09EBB

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

Shades of Chatelle #B09EBB

Tints of Chatelle #B09EBB

Color information

#B09EBB (or 0xB09EBB) is unknown color: approx Chatelle. HEX triplet: B0, 9E and BB. RGB value is (176,158,187). Sum of RGB (Red+Green+Blue) = 176+158+187=521 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.78% from 521); Green value is 158 (62.11% from 255 or 30.33% from 521); Blue value is 187 (73.44% from 255 or 35.89% from 521); Max value from RGB is 187 - color contains mainly: blue. Hex color #B09EBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09EBB is #4F6144. Grayscale: #A6A6A6. Windows color (decimal): -5202245 or 12295856. OLE color: 12295856.

HSL color Cylindrical-coordinate representation of color #B09EBB: hue angle of 277.24º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B09EBB is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB176158187-
CMYK0.060.1600.27
HSL277.24º17.58%67.65%-
HSV(B)277.24º15.51%73.33%-
XYZ39.137.2752.15-
YUV166.69139.46134.64-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.78%
GREEN value IS 158 (62.11% from 255) = 30.33%
BLUE value IS 187 (73.44% from 255) = 35.89%
R=33.78%
G=30.33%
B=35.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761581870.060.1600.27277.2417.5867.65
HexB09EBB61001B1151244
Octal26023627362003342522104
Binary10110000100111101011101111010000011011100010101100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09EBB; }

 p { color: rgb(176,158,187); }

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

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

 a { background-color: rgb(176,158,187); }

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

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

 span { border-color: rgb(176,158,187); }

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