Html Css Color HEX #B998BD Lola

📋 copy color: '#B998BD'

red 185 ◦ green 152 ◦ blue 189

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

Shades of Lola #B998BD

Tints of Lola #B998BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 35.93%

R = 35.17%
G = 28.9%
B = 35.93%

CMYK

 C value IS 0.02

 M value IS 0.20

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B998BD (or 0xB998BD) is known color: Lola. HEX triplet: B9, 98 and BD. RGB value is (185,152,189). Sum of RGB (Red+Green+Blue) = 185+152+189=526 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.17% from 526); Green value is 152 (59.77% from 255 or 28.90% from 526); Blue value is 189 (74.22% from 255 or 35.93% from 526); Max value from RGB is 189 - color contains mainly: blue. Hex color #B998BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B998BD is #466742. Grayscale: #A5A5A5. Windows color (decimal): -4613955 or 12425401. OLE color: 12425401.

HSL color Cylindrical-coordinate representation of color #B998BD: hue angle of 293.51º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B998BD is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 185 152 189 -
CMYK 0.02 0.20 0 0.26
HSL 293.51º 0.22% 0.67% -
HSV(B) 293.51º 0.2% 0.74% -
XYZ 40.42 36.44 53.05 -
YUV 166.09 140.93 141.49 -
System Red Green Blue C M Y K H S L
Decimal 185 152 189 0.02 0.20 0 0.26 293.51 0.22 0.67
Hex B9 98 BD 2 14 0 1A 126 16 43
Octal 271 230 275 2 24 0 32 446 26 103
Binary 10111001 10011000 10111101 10 10100 0 11010 100100110 10110 1000011

Color Harmonies of #B998BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B998BD

Black with #B998BD

Text Example


Text Example

White with #B998BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B998BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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