#BFAFF5

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

Shades of Melrose #BFAFF5

Tints of Melrose #BFAFF5

Color information

#BFAFF5 (or 0xBFAFF5) is unknown color: approx Melrose. HEX triplet: BF, AF and F5. RGB value is (191,175,245). Sum of RGB (Red+Green+Blue) = 191+175+245=611 (80% of max value = 765). Red value is 191 (75% from 255 or 31.26% from 611); Green value is 175 (68.75% from 255 or 28.64% from 611); Blue value is 245 (96.09% from 255 or 40.10% from 611); Max value from RGB is 245 - color contains mainly: blue. Hex color #BFAFF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFAFF5 is #40500A. Grayscale: #BBBBBB. Windows color (decimal): -4214795 or 16101311. OLE color: 16101311.

HSL color Cylindrical-coordinate representation of color #BFAFF5: hue angle of 253.71º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BFAFF5 is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB191175245-
CMYK0.220.2900.04
HSL253.71º77.78%82.35%-
HSV(B)253.71º28.57%96.08%-
XYZ53.348.3392.91-
YUV187.76160.3130.31-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.26%
GREEN value IS 175 (68.75% from 255) = 28.64%
BLUE value IS 245 (96.09% from 255) = 40.10%
R=31.26%
G=28.64%
B=40.10%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1911752450.220.2900.04253.7177.7882.35
HexBFAFF5161D04fe4e52
Octal277257365263504376116122
Binary101111111010111111110101101101110101001111111010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAFF5; }

 p { color: rgb(191,175,245); }

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

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

 a { background-color: rgb(191,175,245); }

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

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

 span { border-color: rgb(191,175,245); }

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