Html Css Color HEX #B09FBB Chatelle

📋 copy color: '#B09FBB'

red 176 ◦ green 159 ◦ blue 187

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

Shades of Chatelle #B09FBB

Tints of Chatelle #B09FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.82%

R = 33.72%
G = 30.46%
B = 35.82%

CMYK

 C value IS 0.06

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B09FBB (or 0xB09FBB) is known color: Chatelle. HEX triplet: B0, 9F and BB. RGB value is (176,159,187). Sum of RGB (Red+Green+Blue) = 176+159+187=522 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.72% from 522); Green value is 159 (62.5% from 255 or 30.46% from 522); Blue value is 187 (73.44% from 255 or 35.82% from 522); Max value from RGB is 187 - color contains mainly: blue. Hex color #B09FBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09FBB is #4F6044. Grayscale: #A7A7A7. Windows color (decimal): -5201989 or 12296112. OLE color: 12296112.

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

Color convert

RGB 176 159 187 -
CMYK 0.06 0.15 0 0.27
HSL 276.43º 0.17% 0.68% -
HSV(B) 276.43º 0.15% 0.73% -
XYZ 39.27 37.61 52.2 -
YUV 167.28 139.13 134.22 -
System Red Green Blue C M Y K H S L
Decimal 176 159 187 0.06 0.15 0 0.27 276.43 0.17 0.68
Hex B0 9F BB 6 F 0 1B 114 11 44
Octal 260 237 273 6 17 0 33 424 21 104
Binary 10110000 10011111 10111011 110 1111 0 11011 100010100 10001 1000100

Color Harmonies of #B09FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09FBB

Black with #B09FBB

Text Example


Text Example

White with #B09FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09FBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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