Html Css Color HEX #BDA8B5 Lily

📋 copy color: '#BDA8B5'

red 189 ◦ green 168 ◦ blue 181

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

Shades of Lily #BDA8B5

Tints of Lily #BDA8B5

RGB

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

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

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

R = 35.13%
G = 31.23%
B = 33.64%

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

#BDA8B5 (or 0xBDA8B5) is known color: Lily. HEX triplet: BD, A8 and B5. RGB value is (189,168,181). Sum of RGB (Red+Green+Blue) = 189+168+181=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 168 (66.02% from 255 or 31.23% from 538); Blue value is 181 (71.09% from 255 or 33.64% from 538); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA8B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA8B5 is #42574A. Grayscale: #AFAFAF. Windows color (decimal): -4347723 or 11905213. OLE color: 11905213.

HSL color Cylindrical-coordinate representation of color #BDA8B5: hue angle of 322.86º 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 #BDA8B5 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 168 181 -
CMYK 0 0.11 0.04 0.26
HSL 322.86º 0.14% 0.7% -
HSV(B) 322.86º 0.11% 0.74% -
XYZ 43.33 42.16 49.57 -
YUV 175.76 130.96 137.44 -
System Red Green Blue C M Y K H S L
Decimal 189 168 181 0 0.11 0.04 0.26 322.86 0.14 0.7
Hex BD A8 B5 0 B 4 1A 143 E 46
Octal 275 250 265 0 13 4 32 503 16 106
Binary 10111101 10101000 10110101 0 1011 100 11010 101000011 1110 1000110

Color Harmonies of #BDA8B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA8B5

Black with #BDA8B5

Text Example


Text Example

White with #BDA8B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA8B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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