#BCAFFB

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

Shades of Melrose #BCAFFB

Tints of Melrose #BCAFFB

Color information

#BCAFFB (or 0xBCAFFB) is unknown color: approx Melrose. HEX triplet: BC, AF and FB. RGB value is (188,175,251). Sum of RGB (Red+Green+Blue) = 188+175+251=614 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.62% from 614); Green value is 175 (68.75% from 255 or 28.50% from 614); Blue value is 251 (98.44% from 255 or 40.88% from 614); Max value from RGB is 251 - color contains mainly: blue. Hex color #BCAFFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCAFFB is #435004. Grayscale: #BBBBBB. Windows color (decimal): -4411397 or 16494524. OLE color: 16494524.

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

Color convert

RGB188175251-
CMYK0.250.3000.02
HSL250.26º90.48%83.53%-
HSV(B)250.26º30.28%98.43%-
XYZ53.4848.3297.77-
YUV187.55163.81128.32-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.62%
GREEN value IS 175 (68.75% from 255) = 28.50%
BLUE value IS 251 (98.44% from 255) = 40.88%
R=30.62%
G=28.50%
B=40.88%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1881752510.250.3000.02250.2690.4883.53
HexBCAFFB191E02fa5a54
Octal274257373313602372132124
Binary10111100101011111111101111001111100101111101010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAFFB; }

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

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

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

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

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

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

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

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