Html Css Color HEX #BB9FC1 Lola

📋 copy color: '#BB9FC1'

red 187 ◦ green 159 ◦ blue 193

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

Shades of Lola #BB9FC1

Tints of Lola #BB9FC1

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.5%

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

R = 34.69%
G = 29.5%
B = 35.81%

CMYK

 C value IS 0.03

 M value IS 0.18

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BB9FC1 (or 0xBB9FC1) is known color: Lola. HEX triplet: BB, 9F and C1. RGB value is (187,159,193). Sum of RGB (Red+Green+Blue) = 187+159+193=539 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.69% from 539); Green value is 159 (62.5% from 255 or 29.50% from 539); Blue value is 193 (75.78% from 255 or 35.81% from 539); Max value from RGB is 193 - color contains mainly: blue. Hex color #BB9FC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9FC1 is #44603E. Grayscale: #ABABAB. Windows color (decimal): -4481087 or 12689339. OLE color: 12689339.

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

Color convert

RGB 187 159 193 -
CMYK 0.03 0.18 0 0.24
HSL 289.41º 0.22% 0.69% -
HSV(B) 289.41º 0.18% 0.76% -
XYZ 42.52 39.21 55.78 -
YUV 171.25 140.28 139.24 -
System Red Green Blue C M Y K H S L
Decimal 187 159 193 0.03 0.18 0 0.24 289.41 0.22 0.69
Hex BB 9F C1 3 12 0 18 121 16 45
Octal 273 237 301 3 22 0 30 441 26 105
Binary 10111011 10011111 11000001 11 10010 0 11000 100100001 10110 1000101

Color Harmonies of #BB9FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9FC1

Black with #BB9FC1

Text Example


Text Example

White with #BB9FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9FC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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