Html Css Color HEX #B99EBE Lola

📋 copy color: '#B99EBE'

red 185 ◦ green 158 ◦ blue 190

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

Shades of Lola #B99EBE

Tints of Lola #B99EBE

RGB

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

 GREEN value IS 158 (62.11% from 255) = 29.64%

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

R = 34.71%
G = 29.64%
B = 35.65%

CMYK

 C value IS 0.03

 M value IS 0.17

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B99EBE (or 0xB99EBE) is known color: Lola. HEX triplet: B9, 9E and BE. RGB value is (185,158,190). Sum of RGB (Red+Green+Blue) = 185+158+190=533 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.71% from 533); Green value is 158 (62.11% from 255 or 29.64% from 533); Blue value is 190 (74.61% from 255 or 35.65% from 533); Max value from RGB is 190 - color contains mainly: blue. Hex color #B99EBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99EBE is #466141. Grayscale: #A9A9A9. Windows color (decimal): -4612418 or 12492473. OLE color: 12492473.

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

Color convert

RGB 185 158 190 -
CMYK 0.03 0.17 0 0.25
HSL 290.63º 0.2% 0.68% -
HSV(B) 290.63º 0.17% 0.75% -
XYZ 41.53 38.49 53.95 -
YUV 169.72 139.45 138.9 -
System Red Green Blue C M Y K H S L
Decimal 185 158 190 0.03 0.17 0 0.25 290.63 0.2 0.68
Hex B9 9E BE 3 11 0 19 123 14 44
Octal 271 236 276 3 21 0 31 443 24 104
Binary 10111001 10011110 10111110 11 10001 0 11001 100100011 10100 1000100

Color Harmonies of #B99EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99EBE

Black with #B99EBE

Text Example


Text Example

White with #B99EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99EBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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