Html Css Color HEX #B297AB London Hue

📋 copy color: '#B297AB'

red 178 ◦ green 151 ◦ blue 171

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

Shades of London Hue #B297AB

Tints of London Hue #B297AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34.2%

R = 35.6%
G = 30.2%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B297AB (or 0xB297AB) is known color: London Hue. HEX triplet: B2, 97 and AB. RGB value is (178,151,171). Sum of RGB (Red+Green+Blue) = 178+151+171=500 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.6% from 500); Green value is 151 (59.38% from 255 or 30.2% from 500); Blue value is 171 (67.19% from 255 or 34.2% from 500); Max value from RGB is 178 - color contains mainly: red. Hex color #B297AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B297AB is #4D6854. Grayscale: #A1A1A1. Windows color (decimal): -5072981 or 11245490. OLE color: 11245490.

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

Color convert

RGB 178 151 171 -
CMYK 0 0.15 0.04 0.30
HSL 315.56º 0.15% 0.65% -
HSV(B) 315.56º 0.15% 0.7% -
XYZ 36.78 34.54 43.26 -
YUV 161.35 133.45 139.87 -
System Red Green Blue C M Y K H S L
Decimal 178 151 171 0 0.15 0.04 0.30 315.56 0.15 0.65
Hex B2 97 AB 0 F 4 1E 13C F 41
Octal 262 227 253 0 17 4 36 474 17 101
Binary 10110010 10010111 10101011 0 1111 100 11110 100111100 1111 1000001

Color Harmonies of #B297AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B297AB

Black with #B297AB

Text Example


Text Example

White with #B297AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B297AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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