#BFB0EE

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

Shades of Melrose #BFB0EE

Tints of Melrose #BFB0EE

Color information

#BFB0EE (or 0xBFB0EE) is unknown color: approx Melrose. HEX triplet: BF, B0 and EE. RGB value is (191,176,238). Sum of RGB (Red+Green+Blue) = 191+176+238=605 (80% of max value = 765). Red value is 191 (75% from 255 or 31.57% from 605); Green value is 176 (69.14% from 255 or 29.09% from 605); Blue value is 238 (93.36% from 255 or 39.34% from 605); Max value from RGB is 238 - color contains mainly: blue. Hex color #BFB0EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFB0EE is #404F11. Grayscale: #BBBBBB. Windows color (decimal): -4214546 or 15642815. OLE color: 15642815.

HSL color Cylindrical-coordinate representation of color #BFB0EE: hue angle of 254.52º 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 #BFB0EE is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB191176238-
CMYK0.200.2600.07
HSL254.52º64.58%81.18%-
HSV(B)254.52º26.05%93.33%-
XYZ52.4448.387.45-
YUV187.55156.47130.46-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.57%
GREEN value IS 176 (69.14% from 255) = 29.09%
BLUE value IS 238 (93.36% from 255) = 39.34%
R=31.57%
G=29.09%
B=39.34%

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
Decimal1911762380.200.2600.07254.5264.5881.18
HexBFB0EE141A07ff4151
Octal277260356243207377101121
Binary101111111011000011101110101001101001111111111110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB0EE; }

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

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

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

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

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

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

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

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