Html Css Color HEX #BDA5B9 Lily

📋 copy color: '#BDA5B9'

red 189 ◦ green 165 ◦ blue 185

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

Shades of Lily #BDA5B9

Tints of Lily #BDA5B9

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.61%

 BLUE value IS 185 (72.66% from 255) = 34.32%

R = 35.06%
G = 30.61%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BDA5B9 (or 0xBDA5B9) is known color: Lily. HEX triplet: BD, A5 and B9. RGB value is (189,165,185). Sum of RGB (Red+Green+Blue) = 189+165+185=539 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.06% from 539); Green value is 165 (64.84% from 255 or 30.61% from 539); Blue value is 185 (72.66% from 255 or 34.32% from 539); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA5B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA5B9 is #425A46. Grayscale: #AEAEAE. Windows color (decimal): -4348487 or 12166589. OLE color: 12166589.

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

Color convert

RGB 189 165 185 -
CMYK 0 0.13 0.02 0.26
HSL 310º 0.15% 0.69% -
HSV(B) 310º 0.13% 0.74% -
XYZ 43.2 41.23 51.58 -
YUV 174.46 133.95 138.37 -
System Red Green Blue C M Y K H S L
Decimal 189 165 185 0 0.13 0.02 0.26 310 0.15 0.69
Hex BD A5 B9 0 D 2 1A 136 F 45
Octal 275 245 271 0 15 2 32 466 17 105
Binary 10111101 10100101 10111001 0 1101 10 11010 100110110 1111 1000101

Color Harmonies of #BDA5B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA5B9

Black with #BDA5B9

Text Example


Text Example

White with #BDA5B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA5B9; }

 p { color: rgb(189,165,185); }

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

background-color css

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

 a { background-color: rgb(189,165,185); }

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

border-color css

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

 span { border-color: rgb(189,165,185); }

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