#BFB2EF

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

Shades of Melrose #BFB2EF

Tints of Melrose #BFB2EF

Color information

#BFB2EF (or 0xBFB2EF) is unknown color: approx Melrose. HEX triplet: BF, B2 and EF. RGB value is (191,178,239). Sum of RGB (Red+Green+Blue) = 191+178+239=608 (80% of max value = 765). Red value is 191 (75% from 255 or 31.41% from 608); Green value is 178 (69.92% from 255 or 29.28% from 608); Blue value is 239 (93.75% from 255 or 39.31% from 608); Max value from RGB is 239 - color contains mainly: blue. Hex color #BFB2EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFB2EF is #404D10. Grayscale: #BCBCBC. Windows color (decimal): -4214033 or 15708863. OLE color: 15708863.

HSL color Cylindrical-coordinate representation of color #BFB2EF: hue angle of 252.79º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BFB2EF is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB191178239-
CMYK0.200.2600.06
HSL252.79º65.59%81.76%-
HSV(B)252.79º25.52%93.73%-
XYZ52.9949.1588.36-
YUV188.84156.31129.54-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.41%
GREEN value IS 178 (69.92% from 255) = 29.28%
BLUE value IS 239 (93.75% from 255) = 39.31%
R=31.41%
G=29.28%
B=39.31%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1911782390.200.2600.06252.7965.5981.76
HexBFB2EF141A06fd4252
Octal277262357243206375102122
Binary101111111011001011101111101001101001101111110110000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB2EF; }

 p { color: rgb(191,178,239); }

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

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

 a { background-color: rgb(191,178,239); }

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

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

 span { border-color: rgb(191,178,239); }

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