Html Css Color HEX #BB96B1 Lily

📋 copy color: '#BB96B1'

red 187 ◦ green 150 ◦ blue 177

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

Shades of Lily #BB96B1

Tints of Lily #BB96B1

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.18%

 BLUE value IS 177 (69.53% from 255) = 34.44%

R = 36.38%
G = 29.18%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#BB96B1 (or 0xBB96B1) is known color: Lily. HEX triplet: BB, 96 and B1. RGB value is (187,150,177). Sum of RGB (Red+Green+Blue) = 187+150+177=514 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.38% from 514); Green value is 150 (58.98% from 255 or 29.18% from 514); Blue value is 177 (69.53% from 255 or 34.44% from 514); Max value from RGB is 187 - color contains mainly: red. Hex color #BB96B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB96B1 is #44694E. Grayscale: #A4A4A4. Windows color (decimal): -4483407 or 11638459. OLE color: 11638459.

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

Color convert

RGB 187 150 177 -
CMYK 0 0.20 0.05 0.27
HSL 316.22º 0.21% 0.66% -
HSV(B) 316.22º 0.2% 0.73% -
XYZ 39.34 35.55 46.38 -
YUV 164.14 135.26 144.3 -
System Red Green Blue C M Y K H S L
Decimal 187 150 177 0 0.20 0.05 0.27 316.22 0.21 0.66
Hex BB 96 B1 0 14 5 1B 13C 15 42
Octal 273 226 261 0 24 5 33 474 25 102
Binary 10111011 10010110 10110001 0 10100 101 11011 100111100 10101 1000010

Color Harmonies of #BB96B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB96B1

Black with #BB96B1

Text Example


Text Example

White with #BB96B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB96B1; }

 p { color: rgb(187,150,177); }

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

background-color css

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

 a { background-color: rgb(187,150,177); }

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

border-color css

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

 span { border-color: rgb(187,150,177); }

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