Html Css Color HEX #B298AA London Hue

📋 copy color: '#B298AA'

red 178 ◦ green 152 ◦ blue 170

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

Shades of London Hue #B298AA

Tints of London Hue #B298AA

RGB

 RED value IS 178 (69.92% from 255) = 35.6%

 GREEN value IS 152 (59.77% from 255) = 30.4%

 BLUE value IS 170 (66.8% from 255) = 34%

R = 35.6%
G = 30.4%
B = 34%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B298AA (or 0xB298AA) is known color: London Hue. HEX triplet: B2, 98 and AA. RGB value is (178,152,170). Sum of RGB (Red+Green+Blue) = 178+152+170=500 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.6% from 500); Green value is 152 (59.77% from 255 or 30.4% from 500); Blue value is 170 (66.80% from 255 or 34% from 500); Max value from RGB is 178 - color contains mainly: red. Hex color #B298AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B298AA is #4D6755. Grayscale: #A1A1A1. Windows color (decimal): -5072726 or 11180210. OLE color: 11180210.

HSL color Cylindrical-coordinate representation of color #B298AA: hue angle of 318.46º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B298AA is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 152 170 -
CMYK 0 0.15 0.04 0.30
HSL 318.46º 0.14% 0.65% -
HSV(B) 318.46º 0.15% 0.7% -
XYZ 36.84 34.82 42.81 -
YUV 161.83 132.61 139.54 -
System Red Green Blue C M Y K H S L
Decimal 178 152 170 0 0.15 0.04 0.30 318.46 0.14 0.65
Hex B2 98 AA 0 F 4 1E 13E E 41
Octal 262 230 252 0 17 4 36 476 16 101
Binary 10110010 10011000 10101010 0 1111 100 11110 100111110 1110 1000001

Color Harmonies of #B298AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B298AA

Black with #B298AA

Text Example


Text Example

White with #B298AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B298AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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