Html Css Color HEX #B297B4 London Hue

📋 copy color: '#B297B4'

red 178 ◦ green 151 ◦ blue 180

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

Shades of London Hue #B297B4

Tints of London Hue #B297B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 35.36%

R = 34.97%
G = 29.67%
B = 35.36%

CMYK

 C value IS 0.01

 M value IS 0.16

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B297B4 (or 0xB297B4) is known color: London Hue. HEX triplet: B2, 97 and B4. RGB value is (178,151,180). Sum of RGB (Red+Green+Blue) = 178+151+180=509 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.97% from 509); Green value is 151 (59.38% from 255 or 29.67% from 509); Blue value is 180 (70.70% from 255 or 35.36% from 509); Max value from RGB is 180 - color contains mainly: blue. Hex color #B297B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B297B4 is #4D684B. Grayscale: #A2A2A2. Windows color (decimal): -5072972 or 11835314. OLE color: 11835314.

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

Color convert

RGB 178 151 180 -
CMYK 0.01 0.16 0 0.29
HSL 295.86º 0.16% 0.65% -
HSV(B) 295.86º 0.16% 0.71% -
XYZ 37.66 34.89 47.93 -
YUV 162.38 137.95 139.14 -
System Red Green Blue C M Y K H S L
Decimal 178 151 180 0.01 0.16 0 0.29 295.86 0.16 0.65
Hex B2 97 B4 1 10 0 1D 128 10 41
Octal 262 227 264 1 20 0 35 450 20 101
Binary 10110010 10010111 10110100 1 10000 0 11101 100101000 10000 1000001

Color Harmonies of #B297B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B297B4

Black with #B297B4

Text Example


Text Example

White with #B297B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B297B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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