#BCAEFC

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

Shades of Melrose #BCAEFC

Tints of Melrose #BCAEFC

Color information

#BCAEFC (or 0xBCAEFC) is unknown color: approx Melrose. HEX triplet: BC, AE and FC. RGB value is (188,174,252). Sum of RGB (Red+Green+Blue) = 188+174+252=614 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.62% from 614); Green value is 174 (68.36% from 255 or 28.34% from 614); Blue value is 252 (98.83% from 255 or 41.04% from 614); Max value from RGB is 252 - color contains mainly: blue. Hex color #BCAEFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCAEFC is #435103. Grayscale: #BABABA. Windows color (decimal): -4411652 or 16559804. OLE color: 16559804.

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

Color convert

RGB188174252-
CMYK0.250.3100.01
HSL250.77º92.86%83.53%-
HSV(B)250.77º30.95%98.82%-
XYZ53.4547.9998.54-
YUV187.08164.64128.66-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.62%
GREEN value IS 174 (68.36% from 255) = 28.34%
BLUE value IS 252 (98.83% from 255) = 41.04%
R=30.62%
G=28.34%
B=41.04%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1881742520.250.3100.01250.7792.8683.53
HexBCAEFC191F01fb5d54
Octal274256374313701373135124
Binary1011110010101110111111001100111111011111101110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAEFC; }

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

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

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

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

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

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

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

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