Html Css Color HEX #B99BBE Lola

📋 copy color: '#B99BBE'

red 185 ◦ green 155 ◦ blue 190

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

Shades of Lola #B99BBE

Tints of Lola #B99BBE

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.25%

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

R = 34.91%
G = 29.25%
B = 35.85%

CMYK

 C value IS 0.03

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B99BBE (or 0xB99BBE) is known color: Lola. HEX triplet: B9, 9B and BE. RGB value is (185,155,190). Sum of RGB (Red+Green+Blue) = 185+155+190=530 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.91% from 530); Green value is 155 (60.94% from 255 or 29.25% from 530); Blue value is 190 (74.61% from 255 or 35.85% from 530); Max value from RGB is 190 - color contains mainly: blue. Hex color #B99BBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99BBE is #466441. Grayscale: #A7A7A7. Windows color (decimal): -4613186 or 12491705. OLE color: 12491705.

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

Color convert

RGB 185 155 190 -
CMYK 0.03 0.18 0 0.25
HSL 291.43º 0.21% 0.68% -
HSV(B) 291.43º 0.18% 0.75% -
XYZ 41.02 37.47 53.79 -
YUV 167.96 140.44 140.15 -
System Red Green Blue C M Y K H S L
Decimal 185 155 190 0.03 0.18 0 0.25 291.43 0.21 0.68
Hex B9 9B BE 3 12 0 19 123 15 44
Octal 271 233 276 3 22 0 31 443 25 104
Binary 10111001 10011011 10111110 11 10010 0 11001 100100011 10101 1000100

Color Harmonies of #B99BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99BBE

Black with #B99BBE

Text Example


Text Example

White with #B99BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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