Html Css Color HEX #B97FBC London Hue

📋 copy color: '#B97FBC'

red 185 ◦ green 127 ◦ blue 188

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

Shades of London Hue #B97FBC

Tints of London Hue #B97FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.6%

R = 37%
G = 25.4%
B = 37.6%

CMYK

 C value IS 0.02

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B97FBC (or 0xB97FBC) is known color: London Hue. HEX triplet: B9, 7F and BC. RGB value is (185,127,188). Sum of RGB (Red+Green+Blue) = 185+127+188=500 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37% from 500); Green value is 127 (50% from 255 or 25.4% from 500); Blue value is 188 (73.83% from 255 or 37.6% from 500); Max value from RGB is 188 - color contains mainly: blue. Hex color #B97FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B97FBC is #468043. Grayscale: #979797. Windows color (decimal): -4620356 or 12353465. OLE color: 12353465.

HSL color Cylindrical-coordinate representation of color #B97FBC: hue angle of 297.05º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B97FBC is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 185 127 188 -
CMYK 0.02 0.32 0 0.26
HSL 297.05º 0.31% 0.62% -
HSV(B) 297.05º 0.32% 0.74% -
XYZ 36.67 29.12 51.27 -
YUV 151.3 148.72 152.04 -
System Red Green Blue C M Y K H S L
Decimal 185 127 188 0.02 0.32 0 0.26 297.05 0.31 0.62
Hex B9 7F BC 2 20 0 1A 129 1F 3E
Octal 271 177 274 2 40 0 32 451 37 76
Binary 10111001 1111111 10111100 10 100000 0 11010 100101001 11111 111110

Color Harmonies of #B97FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97FBC

Black with #B97FBC

Text Example


Text Example

White with #B97FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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