#BCB0FC

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

Shades of Melrose #BCB0FC

Tints of Melrose #BCB0FC

Color information

#BCB0FC (or 0xBCB0FC) is unknown color: approx Melrose. HEX triplet: BC, B0 and FC. RGB value is (188,176,252). Sum of RGB (Red+Green+Blue) = 188+176+252=616 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.52% from 616); Green value is 176 (69.14% from 255 or 28.57% from 616); Blue value is 252 (98.83% from 255 or 40.91% from 616); Max value from RGB is 252 - color contains mainly: blue. Hex color #BCB0FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCB0FC is #434F03. Grayscale: #BBBBBB. Windows color (decimal): -4411140 or 16560316. OLE color: 16560316.

HSL color Cylindrical-coordinate representation of color #BCB0FC: hue angle of 249.47º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCB0FC is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB188176252-
CMYK0.250.3000.01
HSL249.47º92.68%83.92%-
HSV(B)249.47º30.16%98.82%-
XYZ53.8448.7798.67-
YUV188.25163.98127.82-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.52%
GREEN value IS 176 (69.14% from 255) = 28.57%
BLUE value IS 252 (98.83% from 255) = 40.91%
R=30.52%
G=28.57%
B=40.91%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1881762520.250.3000.01249.4792.6883.92
HexBCB0FC191E01f95d54
Octal274260374313601371135124
Binary1011110010110000111111001100111110011111100110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB0FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB0FC; }

 p { color: rgb(188,176,252); }

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

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

 a { background-color: rgb(188,176,252); }

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

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

 span { border-color: rgb(188,176,252); }

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