#BFAFF8

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

Shades of Melrose #BFAFF8

Tints of Melrose #BFAFF8

Color information

#BFAFF8 (or 0xBFAFF8) is unknown color: approx Melrose. HEX triplet: BF, AF and F8. RGB value is (191,175,248). Sum of RGB (Red+Green+Blue) = 191+175+248=614 (81% of max value = 765). Red value is 191 (75% from 255 or 31.11% from 614); Green value is 175 (68.75% from 255 or 28.50% from 614); Blue value is 248 (97.27% from 255 or 40.39% from 614); Max value from RGB is 248 - color contains mainly: blue. Hex color #BFAFF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFAFF8 is #405007. Grayscale: #BBBBBB. Windows color (decimal): -4214792 or 16297919. OLE color: 16297919.

HSL color Cylindrical-coordinate representation of color #BFAFF8: hue angle of 253.15º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BFAFF8 is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB191175248-
CMYK0.230.2900.03
HSL253.15º83.91%82.94%-
HSV(B)253.15º29.44%97.25%-
XYZ53.7648.5195.34-
YUV188.11161.8130.06-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.11%
GREEN value IS 175 (68.75% from 255) = 28.50%
BLUE value IS 248 (97.27% from 255) = 40.39%
R=31.11%
G=28.50%
B=40.39%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1911752480.230.2900.03253.1583.9182.94
HexBFAFF8171D03fd5453
Octal277257370273503375124123
Binary10111111101011111111100010111111010111111110110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAFF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAFF8; }

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

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

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

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

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

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

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

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