Html Css Color HEX #BB99AA Lily

📋 copy color: '#BB99AA'

red 187 ◦ green 153 ◦ blue 170

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

Shades of Lily #BB99AA

Tints of Lily #BB99AA

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30%

 BLUE value IS 170 (66.8% from 255) = 33.33%

R = 36.67%
G = 30%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BB99AA (or 0xBB99AA) is known color: Lily. HEX triplet: BB, 99 and AA. RGB value is (187,153,170). Sum of RGB (Red+Green+Blue) = 187+153+170=510 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.67% from 510); Green value is 153 (60.16% from 255 or 30% from 510); Blue value is 170 (66.80% from 255 or 33.33% from 510); Max value from RGB is 187 - color contains mainly: red. Hex color #BB99AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB99AA is #446655. Grayscale: #A5A5A5. Windows color (decimal): -4482646 or 11180475. OLE color: 11180475.

HSL color Cylindrical-coordinate representation of color #BB99AA: hue angle of 330º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BB99AA is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 153 170 -
CMYK 0 0.18 0.09 0.27
HSL 330º 0.2% 0.67% -
HSV(B) 330º 0.18% 0.73% -
XYZ 39.14 36.25 42.96 -
YUV 165.1 130.76 143.62 -
System Red Green Blue C M Y K H S L
Decimal 187 153 170 0 0.18 0.09 0.27 330 0.2 0.67
Hex BB 99 AA 0 12 9 1B 14A 14 43
Octal 273 231 252 0 22 11 33 512 24 103
Binary 10111011 10011001 10101010 0 10010 1001 11011 101001010 10100 1000011

Color Harmonies of #BB99AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB99AA

Black with #BB99AA

Text Example


Text Example

White with #BB99AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB99AA; }

 p { color: rgb(187,153,170); }

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

background-color css

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

 a { background-color: rgb(187,153,170); }

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

border-color css

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

 span { border-color: rgb(187,153,170); }

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