#B09DBA

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

Shades of Chatelle #B09DBA

Tints of Chatelle #B09DBA

Color information

#B09DBA (or 0xB09DBA) is unknown color: approx Chatelle. HEX triplet: B0, 9D and BA. RGB value is (176,157,186). Sum of RGB (Red+Green+Blue) = 176+157+186=519 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.91% from 519); Green value is 157 (61.72% from 255 or 30.25% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 186 - color contains mainly: blue. Hex color #B09DBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09DBA is #4F6245. Grayscale: #A5A5A5. Windows color (decimal): -5202502 or 12230064. OLE color: 12230064.

HSL color Cylindrical-coordinate representation of color #B09DBA: hue angle of 279.31º degrees, saturation: 0.17, 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 #B09DBA is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB176157186-
CMYK0.050.1600.27
HSL279.31º17.37%67.25%-
HSV(B)279.31º15.59%72.94%-
XYZ38.8236.8951.53-
YUV165.99139.29135.14-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.91%
GREEN value IS 157 (61.72% from 255) = 30.25%
BLUE value IS 186 (73.05% from 255) = 35.84%
R=33.91%
G=30.25%
B=35.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761571860.050.1600.27279.3117.3767.25
HexB09DBA51001B1171143
Octal26023527252003342721103
Binary10110000100111011011101010110000011011100010111100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09DBA; }

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

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

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

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

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

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

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

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