Html Css Color HEX #BDA0B1 Lily

📋 copy color: '#BDA0B1'

red 189 ◦ green 160 ◦ blue 177

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

Shades of Lily #BDA0B1

Tints of Lily #BDA0B1

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.42%

 BLUE value IS 177 (69.53% from 255) = 33.65%

R = 35.93%
G = 30.42%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BDA0B1 (or 0xBDA0B1) is known color: Lily. HEX triplet: BD, A0 and B1. RGB value is (189,160,177). Sum of RGB (Red+Green+Blue) = 189+160+177=526 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.93% from 526); Green value is 160 (62.89% from 255 or 30.42% from 526); Blue value is 177 (69.53% from 255 or 33.65% from 526); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA0B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA0B1 is #425F4E. Grayscale: #AAAAAA. Windows color (decimal): -4349775 or 11641021. OLE color: 11641021.

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

Color convert

RGB 189 160 177 -
CMYK 0 0.15 0.06 0.26
HSL 324.83º 0.18% 0.68% -
HSV(B) 324.83º 0.15% 0.74% -
XYZ 41.49 39.13 46.96 -
YUV 170.61 131.61 141.12 -
System Red Green Blue C M Y K H S L
Decimal 189 160 177 0 0.15 0.06 0.26 324.83 0.18 0.68
Hex BD A0 B1 0 F 6 1A 145 12 44
Octal 275 240 261 0 17 6 32 505 22 104
Binary 10111101 10100000 10110001 0 1111 110 11010 101000101 10010 1000100

Color Harmonies of #BDA0B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA0B1

Black with #BDA0B1

Text Example


Text Example

White with #BDA0B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA0B1; }

 p { color: rgb(189,160,177); }

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

background-color css

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

 a { background-color: rgb(189,160,177); }

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

border-color css

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

 span { border-color: rgb(189,160,177); }

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