Html Css Color HEX #B997BF Lola

📋 copy color: '#B997BF'

red 185 ◦ green 151 ◦ blue 191

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

Shades of Lola #B997BF

Tints of Lola #B997BF

RGB

 RED value IS 185 (72.66% from 255) = 35.1%

 GREEN value IS 151 (59.38% from 255) = 28.65%

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

R = 35.1%
G = 28.65%
B = 36.24%

CMYK

 C value IS 0.03

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B997BF (or 0xB997BF) is known color: Lola. HEX triplet: B9, 97 and BF. RGB value is (185,151,191). Sum of RGB (Red+Green+Blue) = 185+151+191=527 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.10% from 527); Green value is 151 (59.38% from 255 or 28.65% from 527); Blue value is 191 (75% from 255 or 36.24% from 527); Max value from RGB is 191 - color contains mainly: blue. Hex color #B997BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B997BF is #466840. Grayscale: #A5A5A5. Windows color (decimal): -4614209 or 12556217. OLE color: 12556217.

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

Color convert

RGB 185 151 191 -
CMYK 0.03 0.21 0 0.25
HSL 291º 0.24% 0.67% -
HSV(B) 291º 0.21% 0.75% -
XYZ 40.48 36.21 54.15 -
YUV 165.73 142.26 141.75 -
System Red Green Blue C M Y K H S L
Decimal 185 151 191 0.03 0.21 0 0.25 291 0.24 0.67
Hex B9 97 BF 3 15 0 19 123 18 43
Octal 271 227 277 3 25 0 31 443 30 103
Binary 10111001 10010111 10111111 11 10101 0 11001 100100011 11000 1000011

Color Harmonies of #B997BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B997BF

Black with #B997BF

Text Example


Text Example

White with #B997BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B997BF; }

 p { color: rgb(185,151,191); }

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

background-color css

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

 a { background-color: rgb(185,151,191); }

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

border-color css

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

 span { border-color: rgb(185,151,191); }

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