Html Css Color HEX #B999BB Lola

📋 copy color: '#B999BB'

red 185 ◦ green 153 ◦ blue 187

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

Shades of Lola #B999BB

Tints of Lola #B999BB

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.14%

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

R = 35.24%
G = 29.14%
B = 35.62%

CMYK

 C value IS 0.01

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B999BB (or 0xB999BB) is known color: Lola. HEX triplet: B9, 99 and BB. RGB value is (185,153,187). Sum of RGB (Red+Green+Blue) = 185+153+187=525 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.24% from 525); Green value is 153 (60.16% from 255 or 29.14% from 525); Blue value is 187 (73.44% from 255 or 35.62% from 525); Max value from RGB is 187 - color contains mainly: blue. Hex color #B999BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B999BB is #466644. Grayscale: #A6A6A6. Windows color (decimal): -4613701 or 12294585. OLE color: 12294585.

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

Color convert

RGB 185 153 187 -
CMYK 0.01 0.18 0 0.27
HSL 296.47º 0.2% 0.67% -
HSV(B) 296.47º 0.18% 0.73% -
XYZ 40.37 36.68 51.97 -
YUV 166.44 139.6 141.24 -
System Red Green Blue C M Y K H S L
Decimal 185 153 187 0.01 0.18 0 0.27 296.47 0.2 0.67
Hex B9 99 BB 1 12 0 1B 128 14 43
Octal 271 231 273 1 22 0 33 450 24 103
Binary 10111001 10011001 10111011 1 10010 0 11011 100101000 10100 1000011

Color Harmonies of #B999BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B999BB

Black with #B999BB

Text Example


Text Example

White with #B999BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B999BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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