Html Css Color HEX #B997BA London Hue

📋 copy color: '#B997BA'

red 185 ◦ green 151 ◦ blue 186

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

Shades of London Hue #B997BA

Tints of London Hue #B997BA

RGB

 RED value IS 185 (72.66% from 255) = 35.44%

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

 BLUE value IS 186 (73.05% from 255) = 35.63%

R = 35.44%
G = 28.93%
B = 35.63%

CMYK

 C value IS 0.01

 M value IS 0.19

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B997BA (or 0xB997BA) is known color: London Hue. HEX triplet: B9, 97 and BA. RGB value is (185,151,186). Sum of RGB (Red+Green+Blue) = 185+151+186=522 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.44% from 522); Green value is 151 (59.38% from 255 or 28.93% from 522); Blue value is 186 (73.05% from 255 or 35.63% from 522); Max value from RGB is 186 - color contains mainly: blue. Hex color #B997BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B997BA is #466845. Grayscale: #A5A5A5. Windows color (decimal): -4614214 or 12228537. OLE color: 12228537.

HSL color Cylindrical-coordinate representation of color #B997BA: hue angle of 298.29º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B997BA is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 151 186 -
CMYK 0.01 0.19 0 0.27
HSL 298.29º 0.2% 0.66% -
HSV(B) 298.29º 0.19% 0.73% -
XYZ 39.94 35.99 51.3 -
YUV 165.16 139.76 142.15 -
System Red Green Blue C M Y K H S L
Decimal 185 151 186 0.01 0.19 0 0.27 298.29 0.2 0.66
Hex B9 97 BA 1 13 0 1B 12A 14 42
Octal 271 227 272 1 23 0 33 452 24 102
Binary 10111001 10010111 10111010 1 10011 0 11011 100101010 10100 1000010

Color Harmonies of #B997BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B997BA

Black with #B997BA

Text Example


Text Example

White with #B997BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B997BA; }

 p { color: rgb(185,151,186); }

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

background-color css

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

 a { background-color: rgb(185,151,186); }

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

border-color css

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

 span { border-color: rgb(185,151,186); }

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