Html Css Color HEX #BDA7B8 Lily

📋 copy color: '#BDA7B8'

red 189 ◦ green 167 ◦ blue 184

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

Shades of Lily #BDA7B8

Tints of Lily #BDA7B8

RGB

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

 GREEN value IS 167 (65.63% from 255) = 30.93%

 BLUE value IS 184 (72.27% from 255) = 34.07%

R = 35%
G = 30.93%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#BDA7B8 (or 0xBDA7B8) is known color: Lily. HEX triplet: BD, A7 and B8. RGB value is (189,167,184). Sum of RGB (Red+Green+Blue) = 189+167+184=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 167 (65.62% from 255 or 30.93% from 540); Blue value is 184 (72.27% from 255 or 34.07% from 540); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA7B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA7B8 is #425847. Grayscale: #AFAFAF. Windows color (decimal): -4347976 or 12101565. OLE color: 12101565.

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

Color convert

RGB 189 167 184 -
CMYK 0 0.12 0.03 0.26
HSL 313.64º 0.14% 0.7% -
HSV(B) 313.64º 0.12% 0.74% -
XYZ 43.46 41.92 51.15 -
YUV 175.52 132.79 137.62 -
System Red Green Blue C M Y K H S L
Decimal 189 167 184 0 0.12 0.03 0.26 313.64 0.14 0.7
Hex BD A7 B8 0 C 3 1A 13A E 46
Octal 275 247 270 0 14 3 32 472 16 106
Binary 10111101 10100111 10111000 0 1100 11 11010 100111010 1110 1000110

Color Harmonies of #BDA7B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA7B8

Black with #BDA7B8

Text Example


Text Example

White with #BDA7B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA7B8; }

 p { color: rgb(189,167,184); }

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

background-color css

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

 a { background-color: rgb(189,167,184); }

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

border-color css

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

 span { border-color: rgb(189,167,184); }

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