Html Css Color HEX #B298B5 London Hue

📋 copy color: '#B298B5'

red 178 ◦ green 152 ◦ blue 181

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

Shades of London Hue #B298B5

Tints of London Hue #B298B5

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 value IS 0.02

 M value IS 0.16

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B298B5 (or 0xB298B5) is known color: 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

RGB 178 152 181 -
CMYK 0.02 0.16 0 0.29
HSL 293.79º 0.16% 0.65% -
HSV(B) 293.79º 0.16% 0.71% -
XYZ 37.93 35.26 48.52 -
YUV 163.08 138.11 138.64 -
System Red Green Blue C M Y K H S L
Decimal 178 152 181 0.02 0.16 0 0.29 293.79 0.16 0.65
Hex B2 98 B5 2 10 0 1D 126 10 41
Octal 262 230 265 2 20 0 35 446 20 101
Binary 10110010 10011000 10110101 10 10000 0 11101 100100110 10000 1000001

Color Harmonies of #B298B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B298B5

Black with #B298B5

Text Example


Text Example

White with #B298B5

Text Example


Text Example

HTML Codes & Css Web 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>