Html Css Color HEX #BB99C1 Lola

📋 copy color: '#BB99C1'

red 187 ◦ green 153 ◦ blue 193

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

Shades of Lola #BB99C1

Tints of Lola #BB99C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 36.21%

R = 35.08%
G = 28.71%
B = 36.21%

CMYK

 C value IS 0.03

 M value IS 0.21

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BB99C1 (or 0xBB99C1) is known color: Lola. HEX triplet: BB, 99 and C1. RGB value is (187,153,193). Sum of RGB (Red+Green+Blue) = 187+153+193=533 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.08% from 533); Green value is 153 (60.16% from 255 or 28.71% from 533); Blue value is 193 (75.78% from 255 or 36.21% from 533); Max value from RGB is 193 - color contains mainly: blue. Hex color #BB99C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB99C1 is #44663E. Grayscale: #A7A7A7. Windows color (decimal): -4482623 or 12687803. OLE color: 12687803.

HSL color Cylindrical-coordinate representation of color #BB99C1: hue angle of 291º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BB99C1 is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 153 193 -
CMYK 0.03 0.21 0 0.24
HSL 291º 0.24% 0.68% -
HSV(B) 291º 0.21% 0.76% -
XYZ 41.51 37.2 55.44 -
YUV 167.73 142.26 141.75 -
System Red Green Blue C M Y K H S L
Decimal 187 153 193 0.03 0.21 0 0.24 291 0.24 0.68
Hex BB 99 C1 3 15 0 18 123 18 44
Octal 273 231 301 3 25 0 30 443 30 104
Binary 10111011 10011001 11000001 11 10101 0 11000 100100011 11000 1000100

Color Harmonies of #BB99C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB99C1

Black with #BB99C1

Text Example


Text Example

White with #BB99C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB99C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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