Html Css Color HEX #BD88A8 Lily

📋 copy color: '#BD88A8'

red 189 ◦ green 136 ◦ blue 168

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

Shades of Lily #BD88A8

Tints of Lily #BD88A8

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.59%

 BLUE value IS 168 (66.02% from 255) = 34.08%

R = 38.34%
G = 27.59%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#BD88A8 (or 0xBD88A8) is known color: Lily. HEX triplet: BD, 88 and A8. RGB value is (189,136,168). Sum of RGB (Red+Green+Blue) = 189+136+168=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 136 (53.52% from 255 or 27.59% from 493); Blue value is 168 (66.02% from 255 or 34.08% from 493); Max value from RGB is 189 - color contains mainly: red. Hex color #BD88A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD88A8 is #427757. Grayscale: #9B9B9B. Windows color (decimal): -4355928 or 11045053. OLE color: 11045053.

HSL color Cylindrical-coordinate representation of color #BD88A8: hue angle of 323.77º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BD88A8 is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 136 168 -
CMYK 0 0.28 0.11 0.26
HSL 323.77º 0.29% 0.64% -
HSV(B) 323.77º 0.28% 0.74% -
XYZ 36.86 31.25 41.14 -
YUV 155.5 135.06 151.9 -
System Red Green Blue C M Y K H S L
Decimal 189 136 168 0 0.28 0.11 0.26 323.77 0.29 0.64
Hex BD 88 A8 0 1C B 1A 144 1D 40
Octal 275 210 250 0 34 13 32 504 35 100
Binary 10111101 10001000 10101000 0 11100 1011 11010 101000100 11101 1000000

Color Harmonies of #BD88A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD88A8

Black with #BD88A8

Text Example


Text Example

White with #BD88A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD88A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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