Html Css Color HEX #BB94AD Lily

📋 copy color: '#BB94AD'

red 187 ◦ green 148 ◦ blue 173

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

Shades of Lily #BB94AD

Tints of Lily #BB94AD

RGB

 RED value IS 187 (73.44% from 255) = 36.81%

 GREEN value IS 148 (58.2% from 255) = 29.13%

 BLUE value IS 173 (67.97% from 255) = 34.06%

R = 36.81%
G = 29.13%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#BB94AD (or 0xBB94AD) is known color: Lily. HEX triplet: BB, 94 and AD. RGB value is (187,148,173). Sum of RGB (Red+Green+Blue) = 187+148+173=508 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.81% from 508); Green value is 148 (58.20% from 255 or 29.13% from 508); Blue value is 173 (67.97% from 255 or 34.06% from 508); Max value from RGB is 187 - color contains mainly: red. Hex color #BB94AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB94AD is #446B52. Grayscale: #A2A2A2. Windows color (decimal): -4483923 or 11375803. OLE color: 11375803.

HSL color Cylindrical-coordinate representation of color #BB94AD: hue angle of 321.54º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BB94AD is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 148 173 -
CMYK 0 0.21 0.07 0.27
HSL 321.54º 0.22% 0.66% -
HSV(B) 321.54º 0.21% 0.73% -
XYZ 38.63 34.76 44.21 -
YUV 162.51 133.92 145.47 -
System Red Green Blue C M Y K H S L
Decimal 187 148 173 0 0.21 0.07 0.27 321.54 0.22 0.66
Hex BB 94 AD 0 15 7 1B 142 16 42
Octal 273 224 255 0 25 7 33 502 26 102
Binary 10111011 10010100 10101101 0 10101 111 11011 101000010 10110 1000010

Color Harmonies of #BB94AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB94AD

Black with #BB94AD

Text Example


Text Example

White with #BB94AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB94AD; }

 p { color: rgb(187,148,173); }

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

background-color css

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

 a { background-color: rgb(187,148,173); }

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

border-color css

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

 span { border-color: rgb(187,148,173); }

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