Html Css Color HEX #BB9FBF Lola

📋 copy color: '#BB9FBF'

red 187 ◦ green 159 ◦ blue 191

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

Shades of Lola #BB9FBF

Tints of Lola #BB9FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 35.57%

R = 34.82%
G = 29.61%
B = 35.57%

CMYK

 C value IS 0.02

 M value IS 0.17

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BB9FBF (or 0xBB9FBF) is known color: Lola. HEX triplet: BB, 9F and BF. RGB value is (187,159,191). Sum of RGB (Red+Green+Blue) = 187+159+191=537 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.82% from 537); Green value is 159 (62.5% from 255 or 29.61% from 537); Blue value is 191 (75% from 255 or 35.57% from 537); Max value from RGB is 191 - color contains mainly: blue. Hex color #BB9FBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9FBF is #446040. Grayscale: #AAAAAA. Windows color (decimal): -4481089 or 12558267. OLE color: 12558267.

HSL color Cylindrical-coordinate representation of color #BB9FBF: hue angle of 292.5º degrees, saturation: 0.2, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BB9FBF is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 159 191 -
CMYK 0.02 0.17 0 0.25
HSL 292.5º 0.2% 0.69% -
HSV(B) 292.5º 0.17% 0.75% -
XYZ 42.3 39.12 54.61 -
YUV 171.02 139.28 139.4 -
System Red Green Blue C M Y K H S L
Decimal 187 159 191 0.02 0.17 0 0.25 292.5 0.2 0.69
Hex BB 9F BF 2 11 0 19 124 14 45
Octal 273 237 277 2 21 0 31 444 24 105
Binary 10111011 10011111 10111111 10 10001 0 11001 100100100 10100 1000101

Color Harmonies of #BB9FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9FBF

Black with #BB9FBF

Text Example


Text Example

White with #BB9FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9FBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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