Html Css Color HEX #B97FBA London Hue

📋 copy color: '#B97FBA'

red 185 ◦ green 127 ◦ blue 186

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

Shades of London Hue #B97FBA

Tints of London Hue #B97FBA

RGB

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

 GREEN value IS 127 (50% from 255) = 25.5%

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

R = 37.15%
G = 25.5%
B = 37.35%

CMYK

 C value IS 0.01

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B97FBA (or 0xB97FBA) is known color: London Hue. HEX triplet: B9, 7F and BA. RGB value is (185,127,186). Sum of RGB (Red+Green+Blue) = 185+127+186=498 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.15% from 498); Green value is 127 (50% from 255 or 25.50% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 186 - color contains mainly: blue. Hex color #B97FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B97FBA is #468045. Grayscale: #969696. Windows color (decimal): -4620358 or 12222393. OLE color: 12222393.

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

Color convert

RGB 185 127 186 -
CMYK 0.01 0.32 0 0.27
HSL 298.98º 0.3% 0.61% -
HSV(B) 298.98º 0.32% 0.73% -
XYZ 36.46 29.04 50.14 -
YUV 151.07 147.72 152.2 -
System Red Green Blue C M Y K H S L
Decimal 185 127 186 0.01 0.32 0 0.27 298.98 0.3 0.61
Hex B9 7F BA 1 20 0 1B 12B 1E 3D
Octal 271 177 272 1 40 0 33 453 36 75
Binary 10111001 1111111 10111010 1 100000 0 11011 100101011 11110 111101

Color Harmonies of #B97FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97FBA

Black with #B97FBA

Text Example


Text Example

White with #B97FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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