Html Css Color HEX #B994BE Lola

📋 copy color: '#B994BE'

red 185 ◦ green 148 ◦ blue 190

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

Shades of Lola #B994BE

Tints of Lola #B994BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.33%

R = 35.37%
G = 28.3%
B = 36.33%

CMYK

 C value IS 0.03

 M value IS 0.22

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B994BE (or 0xB994BE) is known color: Lola. HEX triplet: B9, 94 and BE. RGB value is (185,148,190). Sum of RGB (Red+Green+Blue) = 185+148+190=523 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.37% from 523); Green value is 148 (58.20% from 255 or 28.30% from 523); Blue value is 190 (74.61% from 255 or 36.33% from 523); Max value from RGB is 190 - color contains mainly: blue. Hex color #B994BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B994BE is #466B41. Grayscale: #A3A3A3. Windows color (decimal): -4614978 or 12489913. OLE color: 12489913.

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

Color convert

RGB 185 148 190 -
CMYK 0.03 0.22 0 0.25
HSL 292.86º 0.24% 0.66% -
HSV(B) 292.86º 0.22% 0.75% -
XYZ 39.89 35.21 53.41 -
YUV 163.85 142.76 143.08 -
System Red Green Blue C M Y K H S L
Decimal 185 148 190 0.03 0.22 0 0.25 292.86 0.24 0.66
Hex B9 94 BE 3 16 0 19 125 18 42
Octal 271 224 276 3 26 0 31 445 30 102
Binary 10111001 10010100 10111110 11 10110 0 11001 100100101 11000 1000010

Color Harmonies of #B994BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B994BE

Black with #B994BE

Text Example


Text Example

White with #B994BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B994BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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