Html Css Color HEX #B09EA6 Shady Lady

📋 copy color: '#B09EA6'

red 176 ◦ green 158 ◦ blue 166

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

Shades of Shady Lady #B09EA6

Tints of Shady Lady #B09EA6

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.6%

 BLUE value IS 166 (65.23% from 255) = 33.2%

R = 35.2%
G = 31.6%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#B09EA6 (or 0xB09EA6) is known color: Shady Lady. HEX triplet: B0, 9E and A6. RGB value is (176,158,166). Sum of RGB (Red+Green+Blue) = 176+158+166=500 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.2% from 500); Green value is 158 (62.11% from 255 or 31.6% from 500); Blue value is 166 (65.23% from 255 or 33.2% from 500); Max value from RGB is 176 - color contains mainly: red. Hex color #B09EA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09EA6 is #4F6159. Grayscale: #A4A4A4. Windows color (decimal): -5202266 or 10919600. OLE color: 10919600.

HSL color Cylindrical-coordinate representation of color #B09EA6: hue angle of 333.33º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B09EA6 is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 158 166 -
CMYK 0 0.10 0.06 0.31
HSL 333.33º 0.1% 0.65% -
HSV(B) 333.33º 0.1% 0.69% -
XYZ 37.01 36.44 41.16 -
YUV 164.29 128.96 136.35 -
System Red Green Blue C M Y K H S L
Decimal 176 158 166 0 0.10 0.06 0.31 333.33 0.1 0.65
Hex B0 9E A6 0 A 6 1F 14D A 41
Octal 260 236 246 0 12 6 37 515 12 101
Binary 10110000 10011110 10100110 0 1010 110 11111 101001101 1010 1000001

Color Harmonies of #B09EA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09EA6

Black with #B09EA6

Text Example


Text Example

White with #B09EA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09EA6; }

 p { color: rgb(176,158,166); }

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

background-color css

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

 a { background-color: rgb(176,158,166); }

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

border-color css

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

 span { border-color: rgb(176,158,166); }

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