Html Css Color HEX #B09DA6 Shady Lady

📋 copy color: '#B09DA6'

red 176 ◦ green 157 ◦ blue 166

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

Shades of Shady Lady #B09DA6

Tints of Shady Lady #B09DA6

RGB

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

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

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

R = 35.27%
G = 31.46%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#B09DA6 (or 0xB09DA6) is known color: Shady Lady. HEX triplet: B0, 9D and A6. RGB value is (176,157,166). Sum of RGB (Red+Green+Blue) = 176+157+166=499 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.27% from 499); Green value is 157 (61.72% from 255 or 31.46% from 499); Blue value is 166 (65.23% from 255 or 33.27% from 499); Max value from RGB is 176 - color contains mainly: red. Hex color #B09DA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09DA6 is #4F6259. Grayscale: #A3A3A3. Windows color (decimal): -5202522 or 10919344. OLE color: 10919344.

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

Color convert

RGB 176 157 166 -
CMYK 0 0.11 0.06 0.31
HSL 331.58º 0.11% 0.65% -
HSV(B) 331.58º 0.11% 0.69% -
XYZ 36.84 36.1 41.1 -
YUV 163.71 129.29 136.77 -
System Red Green Blue C M Y K H S L
Decimal 176 157 166 0 0.11 0.06 0.31 331.58 0.11 0.65
Hex B0 9D A6 0 B 6 1F 14C B 41
Octal 260 235 246 0 13 6 37 514 13 101
Binary 10110000 10011101 10100110 0 1011 110 11111 101001100 1011 1000001

Color Harmonies of #B09DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09DA6

Black with #B09DA6

Text Example


Text Example

White with #B09DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09DA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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