Html Css Color HEX #B994BF Lola

📋 copy color: '#B994BF'

red 185 ◦ green 148 ◦ blue 191

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

Shades of Lola #B994BF

Tints of Lola #B994BF

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.24%

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

R = 35.31%
G = 28.24%
B = 36.45%

CMYK

 C value IS 0.03

 M value IS 0.23

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B994BF (or 0xB994BF) is known color: Lola. HEX triplet: B9, 94 and BF. RGB value is (185,148,191). Sum of RGB (Red+Green+Blue) = 185+148+191=524 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.31% from 524); Green value is 148 (58.20% from 255 or 28.24% from 524); Blue value is 191 (75% from 255 or 36.45% from 524); Max value from RGB is 191 - color contains mainly: blue. Hex color #B994BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B994BF is #466B40. Grayscale: #A3A3A3. Windows color (decimal): -4614977 or 12555449. OLE color: 12555449.

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

Color convert

RGB 185 148 191 -
CMYK 0.03 0.23 0 0.25
HSL 291.63º 0.25% 0.66% -
HSV(B) 291.63º 0.23% 0.75% -
XYZ 40 35.26 53.99 -
YUV 163.97 143.26 143 -
System Red Green Blue C M Y K H S L
Decimal 185 148 191 0.03 0.23 0 0.25 291.63 0.25 0.66
Hex B9 94 BF 3 17 0 19 124 19 42
Octal 271 224 277 3 27 0 31 444 31 102
Binary 10111001 10010100 10111111 11 10111 0 11001 100100100 11001 1000010

Color Harmonies of #B994BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B994BF

Black with #B994BF

Text Example


Text Example

White with #B994BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B994BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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