Html Css Color HEX #B998BB Lola

📋 copy color: '#B998BB'

red 185 ◦ green 152 ◦ blue 187

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

Shades of Lola #B998BB

Tints of Lola #B998BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.69%

R = 35.31%
G = 29.01%
B = 35.69%

CMYK

 C value IS 0.01

 M value IS 0.19

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B998BB (or 0xB998BB) is known color: Lola. HEX triplet: B9, 98 and BB. RGB value is (185,152,187). Sum of RGB (Red+Green+Blue) = 185+152+187=524 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.31% from 524); Green value is 152 (59.77% from 255 or 29.01% from 524); Blue value is 187 (73.44% from 255 or 35.69% from 524); Max value from RGB is 187 - color contains mainly: blue. Hex color #B998BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B998BB is #466744. Grayscale: #A5A5A5. Windows color (decimal): -4613957 or 12294329. OLE color: 12294329.

HSL color Cylindrical-coordinate representation of color #B998BB: hue angle of 296.57º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B998BB is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 152 187 -
CMYK 0.01 0.19 0 0.27
HSL 296.57º 0.2% 0.66% -
HSV(B) 296.57º 0.19% 0.73% -
XYZ 40.21 36.36 51.91 -
YUV 165.86 139.93 141.65 -
System Red Green Blue C M Y K H S L
Decimal 185 152 187 0.01 0.19 0 0.27 296.57 0.2 0.66
Hex B9 98 BB 1 13 0 1B 129 14 42
Octal 271 230 273 1 23 0 33 451 24 102
Binary 10111001 10011000 10111011 1 10011 0 11011 100101001 10100 1000010

Color Harmonies of #B998BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B998BB

Black with #B998BB

Text Example


Text Example

White with #B998BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B998BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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