Html Css Color HEX #B998BA Lola

📋 copy color: '#B998BA'

red 185 ◦ green 152 ◦ blue 186

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

Shades of Lola #B998BA

Tints of Lola #B998BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.56%

R = 35.37%
G = 29.06%
B = 35.56%

CMYK

 C value IS 0.01

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B998BA (or 0xB998BA) is known color: Lola. HEX triplet: B9, 98 and BA. RGB value is (185,152,186). Sum of RGB (Red+Green+Blue) = 185+152+186=523 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.37% from 523); Green value is 152 (59.77% from 255 or 29.06% from 523); Blue value is 186 (73.05% from 255 or 35.56% from 523); Max value from RGB is 186 - color contains mainly: blue. Hex color #B998BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B998BA is #466745. Grayscale: #A5A5A5. Windows color (decimal): -4613958 or 12228793. OLE color: 12228793.

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

Color convert

RGB 185 152 186 -
CMYK 0.01 0.18 0 0.27
HSL 298.24º 0.2% 0.66% -
HSV(B) 298.24º 0.18% 0.73% -
XYZ 40.1 36.32 51.35 -
YUV 165.74 139.43 141.74 -
System Red Green Blue C M Y K H S L
Decimal 185 152 186 0.01 0.18 0 0.27 298.24 0.2 0.66
Hex B9 98 BA 1 12 0 1B 12A 14 42
Octal 271 230 272 1 22 0 33 452 24 102
Binary 10111001 10011000 10111010 1 10010 0 11011 100101010 10100 1000010

Color Harmonies of #B998BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B998BA

Black with #B998BA

Text Example


Text Example

White with #B998BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B998BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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