#B299B6

Color #B299B6 Lola (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lola #B299B6

Tints of Lola #B299B6

Color information

#B299B6 (or 0xB299B6) is unknown color: approx Lola. HEX triplet: B2, 99 and B6. RGB value is (178,153,182). Sum of RGB (Red+Green+Blue) = 178+153+182=513 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.70% from 513); Green value is 153 (60.16% from 255 or 29.82% from 513); Blue value is 182 (71.48% from 255 or 35.48% from 513); Max value from RGB is 182 - color contains mainly: blue. Hex color #B299B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B299B6 is #4D6649. Grayscale: #A3A3A3. Windows color (decimal): -5072458 or 11966898. OLE color: 11966898.

HSL color Cylindrical-coordinate representation of color #B299B6: hue angle of 291.72º degrees, saturation: 0.17, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B299B6 is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB178153182-
CMYK0.020.1600.29
HSL291.72º16.57%65.69%-
HSV(B)291.72º15.93%71.37%-
XYZ38.1935.6249.12-
YUV163.78138.28138.14-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.70%
GREEN value IS 153 (60.16% from 255) = 29.82%
BLUE value IS 182 (71.48% from 255) = 35.48%
R=34.70%
G=29.82%
B=35.48%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1781531820.020.1600.29291.7216.5765.69
HexB299B621001D1241142
Octal26223126622003544421102
Binary1011001010011001101101101010000011101100100100100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B299B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B299B6; }

 p { color: rgb(178,153,182); }

 H1.HeaderClassName
 {
   color: #B299B6;
 }
 .AnyTagClassName
 {
   color: #B299B6;
 }
</style>
background-color css

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

 a { background-color: rgb(178,153,182); }

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

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

 span { border-color: rgb(178,153,182); }

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