#BFAFE4

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

Shades of Melrose #BFAFE4

Tints of Melrose #BFAFE4

Color information

#BFAFE4 (or 0xBFAFE4) is unknown color: approx Melrose. HEX triplet: BF, AF and E4. RGB value is (191,175,228). Sum of RGB (Red+Green+Blue) = 191+175+228=594 (78% of max value = 765). Red value is 191 (75% from 255 or 32.15% from 594); Green value is 175 (68.75% from 255 or 29.46% from 594); Blue value is 228 (89.45% from 255 or 38.38% from 594); Max value from RGB is 228 - color contains mainly: blue. Hex color #BFAFE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAFE4 is #40501B. Grayscale: #B9B9B9. Windows color (decimal): -4214812 or 14987199. OLE color: 14987199.

HSL color Cylindrical-coordinate representation of color #BFAFE4: hue angle of 258.11º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFAFE4 is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB191175228-
CMYK0.160.2300.11
HSL258.11º49.53%79.02%-
HSV(B)258.11º23.25%89.41%-
XYZ50.8247.3479.86-
YUV185.83151.8131.69-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.15%
GREEN value IS 175 (68.75% from 255) = 29.46%
BLUE value IS 228 (89.45% from 255) = 38.38%
R=32.15%
G=29.46%
B=38.38%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1911752280.160.2300.11258.1149.5379.02
HexBFAFE410170B102324f
Octal277257344202701340262117
Binary1011111110101111111001001000010111010111000000101100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAFE4; }

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

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

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

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

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

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

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

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