Html Css Color HEX #BB94AC Lily

📋 copy color: '#BB94AC'

red 187 ◦ green 148 ◦ blue 172

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

Shades of Lily #BB94AC

Tints of Lily #BB94AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 33.93%

R = 36.88%
G = 29.19%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BB94AC (or 0xBB94AC) is known color: Lily. HEX triplet: BB, 94 and AC. RGB value is (187,148,172). Sum of RGB (Red+Green+Blue) = 187+148+172=507 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.88% from 507); Green value is 148 (58.20% from 255 or 29.19% from 507); Blue value is 172 (67.58% from 255 or 33.93% from 507); Max value from RGB is 187 - color contains mainly: red. Hex color #BB94AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB94AC is #446B53. Grayscale: #A2A2A2. Windows color (decimal): -4483924 or 11310267. OLE color: 11310267.

HSL color Cylindrical-coordinate representation of color #BB94AC: hue angle of 323.08º 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 #BB94AC is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 148 172 -
CMYK 0 0.21 0.08 0.27
HSL 323.08º 0.22% 0.66% -
HSV(B) 323.08º 0.21% 0.73% -
XYZ 38.53 34.72 43.7 -
YUV 162.4 133.42 145.55 -
System Red Green Blue C M Y K H S L
Decimal 187 148 172 0 0.21 0.08 0.27 323.08 0.22 0.66
Hex BB 94 AC 0 15 8 1B 143 16 42
Octal 273 224 254 0 25 10 33 503 26 102
Binary 10111011 10010100 10101100 0 10101 1000 11011 101000011 10110 1000010

Color Harmonies of #BB94AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB94AC

Black with #BB94AC

Text Example


Text Example

White with #BB94AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB94AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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