Html Css Color HEX #B99EBB Lola

📋 copy color: '#B99EBB'

red 185 ◦ green 158 ◦ blue 187

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

Shades of Lola #B99EBB

Tints of Lola #B99EBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.28%

R = 34.91%
G = 29.81%
B = 35.28%

CMYK

 C value IS 0.01

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B99EBB (or 0xB99EBB) is known color: Lola. HEX triplet: B9, 9E and BB. RGB value is (185,158,187). Sum of RGB (Red+Green+Blue) = 185+158+187=530 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.91% from 530); Green value is 158 (62.11% from 255 or 29.81% from 530); Blue value is 187 (73.44% from 255 or 35.28% from 530); Max value from RGB is 187 - color contains mainly: blue. Hex color #B99EBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99EBB is #466144. Grayscale: #A9A9A9. Windows color (decimal): -4612421 or 12295865. OLE color: 12295865.

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

Color convert

RGB 185 158 187 -
CMYK 0.01 0.16 0 0.27
HSL 295.86º 0.18% 0.68% -
HSV(B) 295.86º 0.16% 0.73% -
XYZ 41.2 38.36 52.25 -
YUV 169.38 137.95 139.14 -
System Red Green Blue C M Y K H S L
Decimal 185 158 187 0.01 0.16 0 0.27 295.86 0.18 0.68
Hex B9 9E BB 1 10 0 1B 128 12 44
Octal 271 236 273 1 20 0 33 450 22 104
Binary 10111001 10011110 10111011 1 10000 0 11011 100101000 10010 1000100

Color Harmonies of #B99EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99EBB

Black with #B99EBB

Text Example


Text Example

White with #B99EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99EBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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