Html Css Color HEX #BDA8B6 Lily

📋 copy color: '#BDA8B6'

red 189 ◦ green 168 ◦ blue 182

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

Shades of Lily #BDA8B6

Tints of Lily #BDA8B6

RGB

 RED value IS 189 (74.22% from 255) = 35.06%

 GREEN value IS 168 (66.02% from 255) = 31.17%

 BLUE value IS 182 (71.48% from 255) = 33.77%

R = 35.06%
G = 31.17%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#BDA8B6 (or 0xBDA8B6) is known color: Lily. HEX triplet: BD, A8 and B6. RGB value is (189,168,182). Sum of RGB (Red+Green+Blue) = 189+168+182=539 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.06% from 539); Green value is 168 (66.02% from 255 or 31.17% from 539); Blue value is 182 (71.48% from 255 or 33.77% from 539); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA8B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA8B6 is #425749. Grayscale: #AFAFAF. Windows color (decimal): -4347722 or 11970749. OLE color: 11970749.

HSL color Cylindrical-coordinate representation of color #BDA8B6: hue angle of 320º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BDA8B6 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 168 182 -
CMYK 0 0.11 0.04 0.26
HSL 320º 0.14% 0.7% -
HSV(B) 320º 0.11% 0.74% -
XYZ 43.43 42.2 50.11 -
YUV 175.88 131.46 137.36 -
System Red Green Blue C M Y K H S L
Decimal 189 168 182 0 0.11 0.04 0.26 320 0.14 0.7
Hex BD A8 B6 0 B 4 1A 140 E 46
Octal 275 250 266 0 13 4 32 500 16 106
Binary 10111101 10101000 10110110 0 1011 100 11010 101000000 1110 1000110

Color Harmonies of #BDA8B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA8B6

Black with #BDA8B6

Text Example


Text Example

White with #BDA8B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA8B6; }

 p { color: rgb(189,168,182); }

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

background-color css

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

 a { background-color: rgb(189,168,182); }

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

border-color css

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

 span { border-color: rgb(189,168,182); }

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