#B88CB3

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

Shades of London Hue #B88CB3

Tints of London Hue #B88CB3

Color information

#B88CB3 (or 0xB88CB3) is unknown color: approx London Hue. HEX triplet: B8, 8C and B3. RGB value is (184,140,179). Sum of RGB (Red+Green+Blue) = 184+140+179=503 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.58% from 503); Green value is 140 (55.08% from 255 or 27.83% from 503); Blue value is 179 (70.31% from 255 or 35.59% from 503); Max value from RGB is 184 - color contains mainly: red. Hex color #B88CB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88CB3 is #47734C. Grayscale: #9D9D9D. Windows color (decimal): -4682573 or 11766968. OLE color: 11766968.

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

Color convert

RGB184140179-
CMYK00.240.030.28
HSL306.82º23.66%63.53%-
HSV(B)306.82º23.91%72.16%-
XYZ37.2832.246.9-
YUV157.6140.08146.83-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.58%
GREEN value IS 140 (55.08% from 255) = 27.83%
BLUE value IS 179 (70.31% from 255) = 35.59%
R=36.58%
G=27.83%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.03
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18414017900.240.030.28306.8223.6663.53
HexB88CB301831C1331840
Octal27021426303033446330100
Binary1011100010001100101100110110001111100100110011110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88CB3; }

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

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

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

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

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

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

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

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