#B09DBB

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

Shades of Chatelle #B09DBB

Tints of Chatelle #B09DBB

Color information

#B09DBB (or 0xB09DBB) is unknown color: approx Chatelle. HEX triplet: B0, 9D and BB. RGB value is (176,157,187). Sum of RGB (Red+Green+Blue) = 176+157+187=520 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.85% from 520); Green value is 157 (61.72% from 255 or 30.19% from 520); Blue value is 187 (73.44% from 255 or 35.96% from 520); Max value from RGB is 187 - color contains mainly: blue. Hex color #B09DBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09DBB is #4F6244. Grayscale: #A6A6A6. Windows color (decimal): -5202501 or 12295600. OLE color: 12295600.

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

Color convert

RGB176157187-
CMYK0.060.1600.27
HSL278º18.07%67.45%-
HSV(B)278º16.04%73.33%-
XYZ38.9336.9352.09-
YUV166.1139.79135.06-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.85%
GREEN value IS 157 (61.72% from 255) = 30.19%
BLUE value IS 187 (73.44% from 255) = 35.96%
R=33.85%
G=30.19%
B=35.96%

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
Decimal1761571870.060.1600.2727818.0767.45
HexB09DBB61001B1161243
Octal26023527362003342622103
Binary10110000100111011011101111010000011011100010110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09DBB; }

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

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

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

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

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

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

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

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