Html Css Color HEX #BB98C3 Lola

📋 copy color: '#BB98C3'

red 187 ◦ green 152 ◦ blue 195

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

Shades of Lola #BB98C3

Tints of Lola #BB98C3

RGB

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

 GREEN value IS 152 (59.77% from 255) = 28.46%

 BLUE value IS 195 (76.56% from 255) = 36.52%

R = 35.02%
G = 28.46%
B = 36.52%

CMYK

 C value IS 0.04

 M value IS 0.22

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BB98C3 (or 0xBB98C3) is known color: Lola. HEX triplet: BB, 98 and C3. RGB value is (187,152,195). Sum of RGB (Red+Green+Blue) = 187+152+195=534 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.02% from 534); Green value is 152 (59.77% from 255 or 28.46% from 534); Blue value is 195 (76.56% from 255 or 36.52% from 534); Max value from RGB is 195 - color contains mainly: blue. Hex color #BB98C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB98C3 is #44673C. Grayscale: #A7A7A7. Windows color (decimal): -4482877 or 12818619. OLE color: 12818619.

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

Color convert

RGB 187 152 195 -
CMYK 0.04 0.22 0 0.24
HSL 288.84º 0.26% 0.68% -
HSV(B) 288.84º 0.22% 0.76% -
XYZ 41.57 36.96 56.57 -
YUV 167.37 143.6 142 -
System Red Green Blue C M Y K H S L
Decimal 187 152 195 0.04 0.22 0 0.24 288.84 0.26 0.68
Hex BB 98 C3 4 16 0 18 121 1A 44
Octal 273 230 303 4 26 0 30 441 32 104
Binary 10111011 10011000 11000011 100 10110 0 11000 100100001 11010 1000100

Color Harmonies of #BB98C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB98C3

Black with #BB98C3

Text Example


Text Example

White with #BB98C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB98C3; }

 p { color: rgb(187,152,195); }

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

background-color css

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

 a { background-color: rgb(187,152,195); }

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

border-color css

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

 span { border-color: rgb(187,152,195); }

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