Html Css Color HEX #BDA3B5 Lily

📋 copy color: '#BDA3B5'

red 189 ◦ green 163 ◦ blue 181

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

Shades of Lily #BDA3B5

Tints of Lily #BDA3B5

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.58%

 BLUE value IS 181 (71.09% from 255) = 33.96%

R = 35.46%
G = 30.58%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#BDA3B5 (or 0xBDA3B5) is known color: Lily. HEX triplet: BD, A3 and B5. RGB value is (189,163,181). Sum of RGB (Red+Green+Blue) = 189+163+181=533 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.46% from 533); Green value is 163 (64.06% from 255 or 30.58% from 533); Blue value is 181 (71.09% from 255 or 33.96% from 533); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA3B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA3B5 is #425C4A. Grayscale: #ACACAC. Windows color (decimal): -4349003 or 11903933. OLE color: 11903933.

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

Color convert

RGB 189 163 181 -
CMYK 0 0.14 0.04 0.26
HSL 318.46º 0.16% 0.69% -
HSV(B) 318.46º 0.14% 0.74% -
XYZ 42.42 40.35 49.27 -
YUV 172.83 132.61 139.54 -
System Red Green Blue C M Y K H S L
Decimal 189 163 181 0 0.14 0.04 0.26 318.46 0.16 0.69
Hex BD A3 B5 0 E 4 1A 13E 10 45
Octal 275 243 265 0 16 4 32 476 20 105
Binary 10111101 10100011 10110101 0 1110 100 11010 100111110 10000 1000101

Color Harmonies of #BDA3B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA3B5

Black with #BDA3B5

Text Example


Text Example

White with #BDA3B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA3B5; }

 p { color: rgb(189,163,181); }

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

background-color css

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

 a { background-color: rgb(189,163,181); }

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

border-color css

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

 span { border-color: rgb(189,163,181); }

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