Html Css Color HEX #B994BD Lola

📋 copy color: '#B994BD'

red 185 ◦ green 148 ◦ blue 189

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

Shades of Lola #B994BD

Tints of Lola #B994BD

RGB

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

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

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

R = 35.44%
G = 28.35%
B = 36.21%

CMYK

 C value IS 0.02

 M value IS 0.22

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B994BD (or 0xB994BD) is known color: Lola. HEX triplet: B9, 94 and BD. RGB value is (185,148,189). Sum of RGB (Red+Green+Blue) = 185+148+189=522 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.44% from 522); Green value is 148 (58.20% from 255 or 28.35% from 522); Blue value is 189 (74.22% from 255 or 36.21% from 522); Max value from RGB is 189 - color contains mainly: blue. Hex color #B994BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B994BD is #466B42. Grayscale: #A3A3A3. Windows color (decimal): -4614979 or 12424377. OLE color: 12424377.

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

Color convert

RGB 185 148 189 -
CMYK 0.02 0.22 0 0.26
HSL 294.15º 0.24% 0.66% -
HSV(B) 294.15º 0.22% 0.74% -
XYZ 39.78 35.17 52.84 -
YUV 163.74 142.26 143.17 -
System Red Green Blue C M Y K H S L
Decimal 185 148 189 0.02 0.22 0 0.26 294.15 0.24 0.66
Hex B9 94 BD 2 16 0 1A 126 18 42
Octal 271 224 275 2 26 0 32 446 30 102
Binary 10111001 10010100 10111101 10 10110 0 11010 100100110 11000 1000010

Color Harmonies of #B994BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B994BD

Black with #B994BD

Text Example


Text Example

White with #B994BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B994BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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