#BB8FB0

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

Shades of London Hue #BB8FB0

Tints of London Hue #BB8FB0

Color information

#BB8FB0 (or 0xBB8FB0) is unknown color: approx London Hue. HEX triplet: BB, 8F and B0. RGB value is (187,143,176). Sum of RGB (Red+Green+Blue) = 187+143+176=506 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.96% from 506); Green value is 143 (56.25% from 255 or 28.26% from 506); Blue value is 176 (69.14% from 255 or 34.78% from 506); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8FB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8FB0 is #44704F. Grayscale: #9F9F9F. Windows color (decimal): -4485200 or 11571131. OLE color: 11571131.

HSL color Cylindrical-coordinate representation of color #BB8FB0: hue angle of 315º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BB8FB0 is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB187143176-
CMYK00.240.060.27
HSL315º24.44%64.71%-
HSV(B)315º23.53%73.33%-
XYZ38.1533.3445.5-
YUV159.92137.08147.32-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.96%
GREEN value IS 143 (56.25% from 255) = 28.26%
BLUE value IS 176 (69.14% from 255) = 34.78%
R=36.96%
G=28.26%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714317600.240.060.2731524.4464.71
HexBB8FB001861B13b1841
Octal27321726003063347330101
Binary10111011100011111011000001100011011011100111011110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8FB0; }

 p { color: rgb(187,143,176); }

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

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

 a { background-color: rgb(187,143,176); }

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

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

 span { border-color: rgb(187,143,176); }

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