Html Css Color HEX #B09DBB Chatelle

📋 copy color: '#B09DBB'

red 176 ◦ green 157 ◦ blue 187

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

Shades of Chatelle #B09DBB

Tints of Chatelle #B09DBB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.19%

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

R = 33.85%
G = 30.19%
B = 35.96%

CMYK

 C value IS 0.06

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B09DBB (or 0xB09DBB) is known color: Chatelle. HEX triplet: B0, 9D and BB. RGB value is (176,157,187). Sum of RGB (Red+Green+Blue) = 176+157+187=520 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.85% from 520); Green value is 157 (61.72% from 255 or 30.19% from 520); Blue value is 187 (73.44% from 255 or 35.96% from 520); Max value from RGB is 187 - color contains mainly: blue. Hex color #B09DBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09DBB is #4F6244. Grayscale: #A6A6A6. Windows color (decimal): -5202501 or 12295600. OLE color: 12295600.

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

Color convert

RGB 176 157 187 -
CMYK 0.06 0.16 0 0.27
HSL 278º 0.18% 0.67% -
HSV(B) 278º 0.16% 0.73% -
XYZ 38.93 36.93 52.09 -
YUV 166.1 139.79 135.06 -
System Red Green Blue C M Y K H S L
Decimal 176 157 187 0.06 0.16 0 0.27 278 0.18 0.67
Hex B0 9D BB 6 10 0 1B 116 12 43
Octal 260 235 273 6 20 0 33 426 22 103
Binary 10110000 10011101 10111011 110 10000 0 11011 100010110 10010 1000011

Color Harmonies of #B09DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09DBB

Black with #B09DBB

Text Example


Text Example

White with #B09DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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