#BFAFEE

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

Shades of Melrose #BFAFEE

Tints of Melrose #BFAFEE

Color information

#BFAFEE (or 0xBFAFEE) is unknown color: approx Melrose. HEX triplet: BF, AF and EE. RGB value is (191,175,238). Sum of RGB (Red+Green+Blue) = 191+175+238=604 (80% of max value = 765). Red value is 191 (75% from 255 or 31.62% from 604); Green value is 175 (68.75% from 255 or 28.97% from 604); Blue value is 238 (93.36% from 255 or 39.40% from 604); Max value from RGB is 238 - color contains mainly: blue. Hex color #BFAFEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFAFEE is #405011. Grayscale: #BABABA. Windows color (decimal): -4214802 or 15642559. OLE color: 15642559.

HSL color Cylindrical-coordinate representation of color #BFAFEE: hue angle of 255.24º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BFAFEE is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB191175238-
CMYK0.200.2600.07
HSL255.24º64.95%80.98%-
HSV(B)255.24º26.47%93.33%-
XYZ52.2547.9187.38-
YUV186.97156.8130.88-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.62%
GREEN value IS 175 (68.75% from 255) = 28.97%
BLUE value IS 238 (93.36% from 255) = 39.40%
R=31.62%
G=28.97%
B=39.40%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1911752380.200.2600.07255.2464.9580.98
HexBFAFEE141A07ff4151
Octal277257356243207377101121
Binary101111111010111111101110101001101001111111111110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAFEE; }

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

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

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

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

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

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

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

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