#B88FB4

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

Shades of London Hue #B88FB4

Tints of London Hue #B88FB4

Color information

#B88FB4 (or 0xB88FB4) is unknown color: approx London Hue. HEX triplet: B8, 8F and B4. RGB value is (184,143,180). Sum of RGB (Red+Green+Blue) = 184+143+180=507 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.29% from 507); Green value is 143 (56.25% from 255 or 28.21% from 507); Blue value is 180 (70.70% from 255 or 35.50% from 507); Max value from RGB is 184 - color contains mainly: red. Hex color #B88FB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88FB4 is #47704B. Grayscale: #9F9F9F. Windows color (decimal): -4681804 or 11833272. OLE color: 11833272.

HSL color Cylindrical-coordinate representation of color #B88FB4: hue angle of 305.85º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B88FB4 is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.28.

Color convert

RGB184143180-
CMYK00.220.020.28
HSL305.85º22.4%64.12%-
HSV(B)305.85º22.28%72.16%-
XYZ37.8333.1347.58-
YUV159.48139.58145.49-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.29%
GREEN value IS 143 (56.25% from 255) = 28.21%
BLUE value IS 180 (70.70% from 255) = 35.50%
R=36.29%
G=28.21%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.02
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18414318000.220.020.28305.8522.464.12
HexB88FB401621C1321640
Octal27021726402623446226100
Binary1011100010001111101101000101101011100100110010101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88FB4; }

 p { color: rgb(184,143,180); }

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

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

 a { background-color: rgb(184,143,180); }

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

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

 span { border-color: rgb(184,143,180); }

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