#BCB1FB

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

Shades of Melrose #BCB1FB

Tints of Melrose #BCB1FB

Color information

#BCB1FB (or 0xBCB1FB) is unknown color: approx Melrose. HEX triplet: BC, B1 and FB. RGB value is (188,177,251). Sum of RGB (Red+Green+Blue) = 188+177+251=616 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.52% from 616); Green value is 177 (69.53% from 255 or 28.73% from 616); Blue value is 251 (98.44% from 255 or 40.75% from 616); Max value from RGB is 251 - color contains mainly: blue. Hex color #BCB1FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCB1FB is #434E04. Grayscale: #BCBCBC. Windows color (decimal): -4410885 or 16495036. OLE color: 16495036.

HSL color Cylindrical-coordinate representation of color #BCB1FB: hue angle of 248.92º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BCB1FB is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB188177251-
CMYK0.250.2900.02
HSL248.92º90.24%83.92%-
HSV(B)248.92º29.48%98.43%-
XYZ53.8749.197.9-
YUV188.72163.14127.48-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.52%
GREEN value IS 177 (69.53% from 255) = 28.73%
BLUE value IS 251 (98.44% from 255) = 40.75%
R=30.52%
G=28.73%
B=40.75%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1881772510.250.2900.02248.9290.2483.92
HexBCB1FB191D02f95a54
Octal274261373313502371132124
Binary10111100101100011111101111001111010101111100110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB1FB; }

 p { color: rgb(188,177,251); }

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

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

 a { background-color: rgb(188,177,251); }

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

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

 span { border-color: rgb(188,177,251); }

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