Html Css Color HEX #B09BB9 Chatelle

📋 copy color: '#B09BB9'

red 176 ◦ green 155 ◦ blue 185

#B09BB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chatelle #B09BB9

Tints of Chatelle #B09BB9

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 value IS 0.05

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B09BB9 (or 0xB09BB9) is known color: 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

RGB 176 155 185 -
CMYK 0.05 0.16 0 0.27
HSL 282º 0.18% 0.67% -
HSV(B) 282º 0.16% 0.73% -
XYZ 38.38 36.18 50.86 -
YUV 164.7 139.46 136.06 -
System Red Green Blue C M Y K H S L
Decimal 176 155 185 0.05 0.16 0 0.27 282 0.18 0.67
Hex B0 9B B9 5 10 0 1B 11A 12 43
Octal 260 233 271 5 20 0 33 432 22 103
Binary 10110000 10011011 10111001 101 10000 0 11011 100011010 10010 1000011

Color Harmonies of #B09BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09BB9

Black with #B09BB9

Text Example


Text Example

White with #B09BB9

Text Example


Text Example

HTML Codes & Css Web 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>