#BBABFC

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

Shades of Melrose #BBABFC

Tints of Melrose #BBABFC

Color information

#BBABFC (or 0xBBABFC) is unknown color: approx Melrose. HEX triplet: BB, AB and FC. RGB value is (187,171,252). Sum of RGB (Red+Green+Blue) = 187+171+252=610 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.66% from 610); Green value is 171 (67.19% from 255 or 28.03% from 610); Blue value is 252 (98.83% from 255 or 41.31% from 610); Max value from RGB is 252 - color contains mainly: blue. Hex color #BBABFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBABFC is #445403. Grayscale: #B8B8B8. Windows color (decimal): -4477956 or 16559035. OLE color: 16559035.

HSL color Cylindrical-coordinate representation of color #BBABFC: hue angle of 251.85º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BBABFC is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB187171252-
CMYK0.260.3200.01
HSL251.85º93.1%82.94%-
HSV(B)251.85º32.14%98.82%-
XYZ52.6346.7298.34-
YUV185.02165.8129.41-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.66%
GREEN value IS 171 (67.19% from 255) = 28.03%
BLUE value IS 252 (98.83% from 255) = 41.31%
R=30.66%
G=28.03%
B=41.31%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1871712520.260.3200.01251.8593.182.94
HexBBABFC1A2001fc5d53
Octal273253374324001374135123
Binary10111011101010111111110011010100000011111110010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBABFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBABFC; }

 p { color: rgb(187,171,252); }

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

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

 a { background-color: rgb(187,171,252); }

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

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

 span { border-color: rgb(187,171,252); }

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