#B97DBB

Color #B97DBB London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #B97DBB

Tints of London Hue #B97DBB

Color information

#B97DBB (or 0xB97DBB) is unknown color: approx London Hue. HEX triplet: B9, 7D and BB. RGB value is (185,125,187). Sum of RGB (Red+Green+Blue) = 185+125+187=497 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.22% from 497); Green value is 125 (49.22% from 255 or 25.15% from 497); Blue value is 187 (73.44% from 255 or 37.63% from 497); Max value from RGB is 187 - color contains mainly: blue. Hex color #B97DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B97DBB is #468244. Grayscale: #959595. Windows color (decimal): -4620869 or 12287417. OLE color: 12287417.

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

Color convert

RGB185125187-
CMYK0.010.3300.27
HSL298.06º31.31%61.18%-
HSV(B)298.06º33.16%73.33%-
XYZ36.3128.5750.61-
YUV150.01148.88152.96-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.22%
GREEN value IS 125 (49.22% from 255) = 25.15%
BLUE value IS 187 (73.44% from 255) = 37.63%
R=37.22%
G=25.15%
B=37.63%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851251870.010.3300.27298.0631.3161.18
HexB97DBB12101B12a1f3d
Octal2711752731410334523775
Binary10111001111110110111011110000101101110010101011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97DBB; }

 p { color: rgb(185,125,187); }

 H1.HeaderClassName
 {
   color: #B97DBB;
 }
 .AnyTagClassName
 {
   color: #B97DBB;
 }
</style>
background-color css

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

 a { background-color: rgb(185,125,187); }

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

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

 span { border-color: rgb(185,125,187); }

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