#B885BB

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

Shades of London Hue #B885BB

Tints of London Hue #B885BB

Color information

#B885BB (or 0xB885BB) is unknown color: approx London Hue. HEX triplet: B8, 85 and BB. RGB value is (184,133,187). Sum of RGB (Red+Green+Blue) = 184+133+187=504 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.51% from 504); Green value is 133 (52.34% from 255 or 26.39% from 504); Blue value is 187 (73.44% from 255 or 37.10% from 504); Max value from RGB is 187 - color contains mainly: blue. Hex color #B885BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B885BB is #477A44. Grayscale: #9A9A9A. Windows color (decimal): -4684357 or 12289464. OLE color: 12289464.

HSL color Cylindrical-coordinate representation of color #B885BB: hue angle of 296.67º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B885BB is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB184133187-
CMYK0.020.2900.27
HSL296.67º28.42%62.75%-
HSV(B)296.67º28.88%73.33%-
XYZ37.1230.5550.95-
YUV154.4146.4149.11-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.51%
GREEN value IS 133 (52.34% from 255) = 26.39%
BLUE value IS 187 (73.44% from 255) = 37.10%
R=36.51%
G=26.39%
B=37.10%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1841331870.020.2900.27296.6728.4262.75
HexB885BB21D01B1291c3f
Octal2702052732350334513477
Binary101110001000010110111011101110101101110010100111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B885BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B885BB; }

 p { color: rgb(184,133,187); }

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

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

 a { background-color: rgb(184,133,187); }

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

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

 span { border-color: rgb(184,133,187); }

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