Html Css Color HEX #B09FB8 Chatelle

📋 copy color: '#B09FB8'

red 176 ◦ green 159 ◦ blue 184

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

Shades of Chatelle #B09FB8

Tints of Chatelle #B09FB8

RGB

 RED value IS 176 (69.14% from 255) = 33.91%

 GREEN value IS 159 (62.5% from 255) = 30.64%

 BLUE value IS 184 (72.27% from 255) = 35.45%

R = 33.91%
G = 30.64%
B = 35.45%

CMYK

 C value IS 0.04

 M value IS 0.14

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B09FB8 (or 0xB09FB8) is known color: Chatelle. HEX triplet: B0, 9F and B8. RGB value is (176,159,184). Sum of RGB (Red+Green+Blue) = 176+159+184=519 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.91% from 519); Green value is 159 (62.5% from 255 or 30.64% from 519); Blue value is 184 (72.27% from 255 or 35.45% from 519); Max value from RGB is 184 - color contains mainly: blue. Hex color #B09FB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09FB8 is #4F6047. Grayscale: #A6A6A6. Windows color (decimal): -5201992 or 12099504. OLE color: 12099504.

HSL color Cylindrical-coordinate representation of color #B09FB8: hue angle of 280.8º degrees, saturation: 0.15, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B09FB8 is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 176 159 184 -
CMYK 0.04 0.14 0 0.28
HSL 280.8º 0.15% 0.67% -
HSV(B) 280.8º 0.14% 0.72% -
XYZ 38.95 37.49 50.53 -
YUV 166.93 137.63 134.47 -
System Red Green Blue C M Y K H S L
Decimal 176 159 184 0.04 0.14 0 0.28 280.8 0.15 0.67
Hex B0 9F B8 4 E 0 1C 119 F 43
Octal 260 237 270 4 16 0 34 431 17 103
Binary 10110000 10011111 10111000 100 1110 0 11100 100011001 1111 1000011

Color Harmonies of #B09FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09FB8

Black with #B09FB8

Text Example


Text Example

White with #B09FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09FB8; }

 p { color: rgb(176,159,184); }

 H1.HeaderClassName
 {
   color: #B09FB8;
 }
 .AnyTagClassName
 {
   color: #B09FB8;
 }
</style>

background-color css

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

 a { background-color: rgb(176,159,184); }

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

border-color css

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

 span { border-color: rgb(176,159,184); }

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