#BCAFF7

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

Shades of Melrose #BCAFF7

Tints of Melrose #BCAFF7

Color information

#BCAFF7 (or 0xBCAFF7) is unknown color: approx Melrose. HEX triplet: BC, AF and F7. RGB value is (188,175,247). Sum of RGB (Red+Green+Blue) = 188+175+247=610 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.82% from 610); Green value is 175 (68.75% from 255 or 28.69% from 610); Blue value is 247 (96.88% from 255 or 40.49% from 610); Max value from RGB is 247 - color contains mainly: blue. Hex color #BCAFF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCAFF7 is #435008. Grayscale: #BABABA. Windows color (decimal): -4411401 or 16232380. OLE color: 16232380.

HSL color Cylindrical-coordinate representation of color #BCAFF7: hue angle of 250.83º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BCAFF7 is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB188175247-
CMYK0.240.2900.03
HSL250.83º81.82%82.75%-
HSV(B)250.83º29.15%96.86%-
XYZ52.8648.0794.49-
YUV187.09161.81128.65-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.82%
GREEN value IS 175 (68.75% from 255) = 28.69%
BLUE value IS 247 (96.88% from 255) = 40.49%
R=30.82%
G=28.69%
B=40.49%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1881752470.240.2900.03250.8381.8282.75
HexBCAFF7181D03fb5253
Octal274257367303503373122123
Binary10111100101011111111011111000111010111111101110100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAFF7; }

 p { color: rgb(188,175,247); }

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

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

 a { background-color: rgb(188,175,247); }

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

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

 span { border-color: rgb(188,175,247); }

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