Html Css Color HEX #B297B3 London Hue

📋 copy color: '#B297B3'

red 178 ◦ green 151 ◦ blue 179

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

Shades of London Hue #B297B3

Tints of London Hue #B297B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 35.24%

R = 35.04%
G = 29.72%
B = 35.24%

CMYK

 C value IS 0.01

 M value IS 0.16

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B297B3 (or 0xB297B3) is known color: London Hue. HEX triplet: B2, 97 and B3. RGB value is (178,151,179). Sum of RGB (Red+Green+Blue) = 178+151+179=508 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.04% from 508); Green value is 151 (59.38% from 255 or 29.72% from 508); Blue value is 179 (70.31% from 255 or 35.24% from 508); Max value from RGB is 179 - color contains mainly: blue. Hex color #B297B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B297B3 is #4D684C. Grayscale: #A2A2A2. Windows color (decimal): -5072973 or 11769778. OLE color: 11769778.

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

Color convert

RGB 178 151 179 -
CMYK 0.01 0.16 0 0.30
HSL 297.86º 0.16% 0.65% -
HSV(B) 297.86º 0.16% 0.7% -
XYZ 37.56 34.85 47.4 -
YUV 162.27 137.45 139.22 -
System Red Green Blue C M Y K H S L
Decimal 178 151 179 0.01 0.16 0 0.30 297.86 0.16 0.65
Hex B2 97 B3 1 10 0 1E 12A 10 41
Octal 262 227 263 1 20 0 36 452 20 101
Binary 10110010 10010111 10110011 1 10000 0 11110 100101010 10000 1000001

Color Harmonies of #B297B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B297B3

Black with #B297B3

Text Example


Text Example

White with #B297B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B297B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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