Html Css Color HEX #BB96AF Lily

📋 copy color: '#BB96AF'

red 187 ◦ green 150 ◦ blue 175

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

Shades of Lily #BB96AF

Tints of Lily #BB96AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 34.18%

R = 36.52%
G = 29.3%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BB96AF (or 0xBB96AF) is known color: Lily. HEX triplet: BB, 96 and AF. RGB value is (187,150,175). Sum of RGB (Red+Green+Blue) = 187+150+175=512 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.52% from 512); Green value is 150 (58.98% from 255 or 29.30% from 512); Blue value is 175 (68.75% from 255 or 34.18% from 512); Max value from RGB is 187 - color contains mainly: red. Hex color #BB96AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB96AF is #446950. Grayscale: #A3A3A3. Windows color (decimal): -4483409 or 11507387. OLE color: 11507387.

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

Color convert

RGB 187 150 175 -
CMYK 0 0.20 0.06 0.27
HSL 319.46º 0.21% 0.66% -
HSV(B) 319.46º 0.2% 0.73% -
XYZ 39.14 35.47 45.34 -
YUV 163.91 134.26 144.47 -
System Red Green Blue C M Y K H S L
Decimal 187 150 175 0 0.20 0.06 0.27 319.46 0.21 0.66
Hex BB 96 AF 0 14 6 1B 13F 15 42
Octal 273 226 257 0 24 6 33 477 25 102
Binary 10111011 10010110 10101111 0 10100 110 11011 100111111 10101 1000010

Color Harmonies of #BB96AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB96AF

Black with #BB96AF

Text Example


Text Example

White with #BB96AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB96AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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