Html Css Color HEX #B998BF Lola

📋 copy color: '#B998BF'

red 185 ◦ green 152 ◦ blue 191

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

Shades of Lola #B998BF

Tints of Lola #B998BF

RGB

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

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

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

R = 35.04%
G = 28.79%
B = 36.17%

CMYK

 C value IS 0.03

 M value IS 0.20

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B998BF (or 0xB998BF) is known color: Lola. HEX triplet: B9, 98 and BF. RGB value is (185,152,191). Sum of RGB (Red+Green+Blue) = 185+152+191=528 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.04% from 528); Green value is 152 (59.77% from 255 or 28.79% from 528); Blue value is 191 (75% from 255 or 36.17% from 528); Max value from RGB is 191 - color contains mainly: blue. Hex color #B998BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B998BF is #466740. Grayscale: #A6A6A6. Windows color (decimal): -4613953 or 12556473. OLE color: 12556473.

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

Color convert

RGB 185 152 191 -
CMYK 0.03 0.20 0 0.25
HSL 290.77º 0.23% 0.67% -
HSV(B) 290.77º 0.2% 0.75% -
XYZ 40.64 36.53 54.2 -
YUV 166.31 141.93 141.33 -
System Red Green Blue C M Y K H S L
Decimal 185 152 191 0.03 0.20 0 0.25 290.77 0.23 0.67
Hex B9 98 BF 3 14 0 19 123 17 43
Octal 271 230 277 3 24 0 31 443 27 103
Binary 10111001 10011000 10111111 11 10100 0 11001 100100011 10111 1000011

Color Harmonies of #B998BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B998BF

Black with #B998BF

Text Example


Text Example

White with #B998BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B998BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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