#B298B5

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

Shades of London Hue #B298B5

Tints of London Hue #B298B5

Color information

#B298B5 (or 0xB298B5) is unknown color: approx London Hue. HEX triplet: B2, 98 and B5. RGB value is (178,152,181). Sum of RGB (Red+Green+Blue) = 178+152+181=511 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.83% from 511); Green value is 152 (59.77% from 255 or 29.75% from 511); Blue value is 181 (71.09% from 255 or 35.42% from 511); Max value from RGB is 181 - color contains mainly: blue. Hex color #B298B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B298B5 is #4D674A. Grayscale: #A2A2A2. Windows color (decimal): -5072715 or 11901106. OLE color: 11901106.

HSL color Cylindrical-coordinate representation of color #B298B5: hue angle of 293.79º degrees, saturation: 0.16, 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 #B298B5 is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB178152181-
CMYK0.020.1600.29
HSL293.79º16.38%65.29%-
HSV(B)293.79º16.02%70.98%-
XYZ37.9335.2648.52-
YUV163.08138.11138.64-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.83%
GREEN value IS 152 (59.77% from 255) = 29.75%
BLUE value IS 181 (71.09% from 255) = 35.42%
R=34.83%
G=29.75%
B=35.42%

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
Decimal1781521810.020.1600.29293.7916.3865.29
HexB298B521001D1261041
Octal26223026522003544620101
Binary1011001010011000101101011010000011101100100110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B298B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B298B5; }

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

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

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

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

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

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

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

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