#B298B6

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

Shades of Lola #B298B6

Tints of Lola #B298B6

Color information

#B298B6 (or 0xB298B6) is unknown color: approx Lola. HEX triplet: B2, 98 and B6. RGB value is (178,152,182). Sum of RGB (Red+Green+Blue) = 178+152+182=512 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.77% from 512); Green value is 152 (59.77% from 255 or 29.69% from 512); Blue value is 182 (71.48% from 255 or 35.55% from 512); Max value from RGB is 182 - color contains mainly: blue. Hex color #B298B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B298B6 is #4D6749. Grayscale: #A3A3A3. Windows color (decimal): -5072714 or 11966642. OLE color: 11966642.

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

Color convert

RGB178152182-
CMYK0.020.1600.29
HSL292º17.05%65.49%-
HSV(B)292º16.48%71.37%-
XYZ38.0335.349.06-
YUV163.19138.61138.56-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.77%
GREEN value IS 152 (59.77% from 255) = 29.69%
BLUE value IS 182 (71.48% from 255) = 35.55%
R=34.77%
G=29.69%
B=35.55%

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
Decimal1781521820.020.1600.2929217.0565.49
HexB298B621001D1241141
Octal26223026622003544421101
Binary1011001010011000101101101010000011101100100100100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B298B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B298B6; }

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

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

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

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

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

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

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

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