#B88FB3

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

Shades of London Hue #B88FB3

Tints of London Hue #B88FB3

Color information

#B88FB3 (or 0xB88FB3) is unknown color: approx London Hue. HEX triplet: B8, 8F and B3. RGB value is (184,143,179). Sum of RGB (Red+Green+Blue) = 184+143+179=506 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.36% from 506); Green value is 143 (56.25% from 255 or 28.26% from 506); Blue value is 179 (70.31% from 255 or 35.38% from 506); Max value from RGB is 184 - color contains mainly: red. Hex color #B88FB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88FB3 is #47704C. Grayscale: #9F9F9F. Windows color (decimal): -4681805 or 11767736. OLE color: 11767736.

HSL color Cylindrical-coordinate representation of color #B88FB3: hue angle of 307.32º 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 #B88FB3 is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB184143179-
CMYK00.220.030.28
HSL307.32º22.4%64.12%-
HSV(B)307.32º22.28%72.16%-
XYZ37.7333.0947.05-
YUV159.36139.08145.57-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.36%
GREEN value IS 143 (56.25% from 255) = 28.26%
BLUE value IS 179 (70.31% from 255) = 35.38%
R=36.36%
G=28.26%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.03
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18414317900.220.030.28307.3222.464.12
HexB88FB301631C1331640
Octal27021726302633446326100
Binary1011100010001111101100110101101111100100110011101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88FB3; }

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

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

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

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

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

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

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

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