Html Css Color HEX #B297B5 London Hue

📋 copy color: '#B297B5'

red 178 ◦ green 151 ◦ blue 181

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

Shades of London Hue #B297B5

Tints of London Hue #B297B5

RGB

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

 GREEN value IS 151 (59.38% from 255) = 29.61%

 BLUE value IS 181 (71.09% from 255) = 35.49%

R = 34.9%
G = 29.61%
B = 35.49%

CMYK

 C value IS 0.02

 M value IS 0.17

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B297B5 (or 0xB297B5) is known color: London Hue. HEX triplet: B2, 97 and B5. RGB value is (178,151,181). Sum of RGB (Red+Green+Blue) = 178+151+181=510 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.90% from 510); Green value is 151 (59.38% from 255 or 29.61% from 510); Blue value is 181 (71.09% from 255 or 35.49% from 510); Max value from RGB is 181 - color contains mainly: blue. Hex color #B297B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B297B5 is #4D684A. Grayscale: #A2A2A2. Windows color (decimal): -5072971 or 11900850. OLE color: 11900850.

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

Color convert

RGB 178 151 181 -
CMYK 0.02 0.17 0 0.29
HSL 294º 0.17% 0.65% -
HSV(B) 294º 0.17% 0.71% -
XYZ 37.77 34.93 48.47 -
YUV 162.49 138.45 139.06 -
System Red Green Blue C M Y K H S L
Decimal 178 151 181 0.02 0.17 0 0.29 294 0.17 0.65
Hex B2 97 B5 2 11 0 1D 126 11 41
Octal 262 227 265 2 21 0 35 446 21 101
Binary 10110010 10010111 10110101 10 10001 0 11101 100100110 10001 1000001

Color Harmonies of #B297B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B297B5

Black with #B297B5

Text Example


Text Example

White with #B297B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B297B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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