Html Css Color HEX #BB99C5 Lola

📋 copy color: '#BB99C5'

red 187 ◦ green 153 ◦ blue 197

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

Shades of Lola #BB99C5

Tints of Lola #BB99C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 36.69%

R = 34.82%
G = 28.49%
B = 36.69%

CMYK

 C value IS 0.05

 M value IS 0.22

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BB99C5 (or 0xBB99C5) is known color: Lola. HEX triplet: BB, 99 and C5. RGB value is (187,153,197). Sum of RGB (Red+Green+Blue) = 187+153+197=537 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.82% from 537); Green value is 153 (60.16% from 255 or 28.49% from 537); Blue value is 197 (77.34% from 255 or 36.69% from 537); Max value from RGB is 197 - color contains mainly: blue. Hex color #BB99C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB99C5 is #44663A. Grayscale: #A8A8A8. Windows color (decimal): -4482619 or 12949947. OLE color: 12949947.

HSL color Cylindrical-coordinate representation of color #BB99C5: hue angle of 286.36º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BB99C5 is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 187 153 197 -
CMYK 0.05 0.22 0 0.23
HSL 286.36º 0.28% 0.69% -
HSV(B) 286.36º 0.22% 0.77% -
XYZ 41.96 37.38 57.83 -
YUV 168.18 144.26 141.42 -
System Red Green Blue C M Y K H S L
Decimal 187 153 197 0.05 0.22 0 0.23 286.36 0.28 0.69
Hex BB 99 C5 5 16 0 17 11E 1C 45
Octal 273 231 305 5 26 0 27 436 34 105
Binary 10111011 10011001 11000101 101 10110 0 10111 100011110 11100 1000101

Color Harmonies of #BB99C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB99C5

Black with #BB99C5

Text Example


Text Example

White with #BB99C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB99C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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