Html Css Color HEX #B99EBC Lola

📋 copy color: '#B99EBC'

red 185 ◦ green 158 ◦ blue 188

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

Shades of Lola #B99EBC

Tints of Lola #B99EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.4%

R = 34.84%
G = 29.76%
B = 35.4%

CMYK

 C value IS 0.02

 M value IS 0.16

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B99EBC (or 0xB99EBC) is known color: Lola. HEX triplet: B9, 9E and BC. RGB value is (185,158,188). Sum of RGB (Red+Green+Blue) = 185+158+188=531 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.84% from 531); Green value is 158 (62.11% from 255 or 29.76% from 531); Blue value is 188 (73.83% from 255 or 35.40% from 531); Max value from RGB is 188 - color contains mainly: blue. Hex color #B99EBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99EBC is #466143. Grayscale: #A9A9A9. Windows color (decimal): -4612420 or 12361401. OLE color: 12361401.

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

Color convert

RGB 185 158 188 -
CMYK 0.02 0.16 0 0.26
HSL 294º 0.18% 0.68% -
HSV(B) 294º 0.16% 0.74% -
XYZ 41.31 38.4 52.81 -
YUV 169.49 138.45 139.06 -
System Red Green Blue C M Y K H S L
Decimal 185 158 188 0.02 0.16 0 0.26 294 0.18 0.68
Hex B9 9E BC 2 10 0 1A 126 12 44
Octal 271 236 274 2 20 0 32 446 22 104
Binary 10111001 10011110 10111100 10 10000 0 11010 100100110 10010 1000100

Color Harmonies of #B99EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99EBC

Black with #B99EBC

Text Example


Text Example

White with #B99EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99EBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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