#B09BB9

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

Shades of Chatelle #B09BB9

Tints of Chatelle #B09BB9

Color information

#B09BB9 (or 0xB09BB9) is unknown color: approx Chatelle. HEX triplet: B0, 9B and B9. RGB value is (176,155,185). Sum of RGB (Red+Green+Blue) = 176+155+185=516 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.11% from 516); Green value is 155 (60.94% from 255 or 30.04% from 516); Blue value is 185 (72.66% from 255 or 35.85% from 516); Max value from RGB is 185 - color contains mainly: blue. Hex color #B09BB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09BB9 is #4F6446. Grayscale: #A4A4A4. Windows color (decimal): -5203015 or 12164016. OLE color: 12164016.

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

Color convert

RGB176155185-
CMYK0.050.1600.27
HSL282º17.65%66.67%-
HSV(B)282º16.22%72.55%-
XYZ38.3836.1850.86-
YUV164.7139.46136.06-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.11%
GREEN value IS 155 (60.94% from 255) = 30.04%
BLUE value IS 185 (72.66% from 255) = 35.85%
R=34.11%
G=30.04%
B=35.85%

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
Decimal1761551850.050.1600.2728217.6566.67
HexB09BB951001B11a1243
Octal26023327152003343222103
Binary10110000100110111011100110110000011011100011010100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09BB9; }

 p { color: rgb(176,155,185); }

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

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

 a { background-color: rgb(176,155,185); }

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

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

 span { border-color: rgb(176,155,185); }

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