Html Css Color HEX #B298AD London Hue

📋 copy color: '#B298AD'

red 178 ◦ green 152 ◦ blue 173

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

Shades of London Hue #B298AD

Tints of London Hue #B298AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 34.39%

R = 35.39%
G = 30.22%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B298AD (or 0xB298AD) is known color: London Hue. HEX triplet: B2, 98 and AD. RGB value is (178,152,173). Sum of RGB (Red+Green+Blue) = 178+152+173=503 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.39% from 503); Green value is 152 (59.77% from 255 or 30.22% from 503); Blue value is 173 (67.97% from 255 or 34.39% from 503); Max value from RGB is 178 - color contains mainly: red. Hex color #B298AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B298AD is #4D6752. Grayscale: #A2A2A2. Windows color (decimal): -5072723 or 11376818. OLE color: 11376818.

HSL color Cylindrical-coordinate representation of color #B298AD: hue angle of 311.54º 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 #B298AD is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 152 173 -
CMYK 0 0.15 0.03 0.30
HSL 311.54º 0.14% 0.65% -
HSV(B) 311.54º 0.15% 0.7% -
XYZ 37.13 34.94 44.32 -
YUV 162.17 134.11 139.29 -
System Red Green Blue C M Y K H S L
Decimal 178 152 173 0 0.15 0.03 0.30 311.54 0.14 0.65
Hex B2 98 AD 0 F 3 1E 138 E 41
Octal 262 230 255 0 17 3 36 470 16 101
Binary 10110010 10011000 10101101 0 1111 11 11110 100111000 1110 1000001

Color Harmonies of #B298AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B298AD

Black with #B298AD

Text Example


Text Example

White with #B298AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B298AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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