#BFAFFE

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

Shades of Melrose #BFAFFE

Tints of Melrose #BFAFFE

Color information

#BFAFFE (or 0xBFAFFE) is unknown color: approx Melrose. HEX triplet: BF, AF and FE. RGB value is (191,175,254). Sum of RGB (Red+Green+Blue) = 191+175+254=620 (82% of max value = 765). Red value is 191 (75% from 255 or 30.81% from 620); Green value is 175 (68.75% from 255 or 28.23% from 620); Blue value is 254 (99.61% from 255 or 40.97% from 620); Max value from RGB is 254 - color contains mainly: blue. Hex color #BFAFFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFAFFE is #405001. Grayscale: #BCBCBC. Windows color (decimal): -4214786 or 16691135. OLE color: 16691135.

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

Color convert

RGB191175254-
CMYK0.250.3100.00
HSL252.15º97.53%84.12%-
HSV(B)252.15º31.1%99.61%-
XYZ54.7148.89100.32-
YUV188.79164.8129.58-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.81%
GREEN value IS 175 (68.75% from 255) = 28.23%
BLUE value IS 254 (99.61% from 255) = 40.97%
R=30.81%
G=28.23%
B=40.97%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1911752540.250.3100.00252.1597.5384.12
HexBFAFFE191F00fc6254
Octal277257376313700374142124
Binary1011111110101111111111101100111111001111110011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAFFE; }

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

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

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

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

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

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

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

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