#BFB8ED

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

Shades of Melrose #BFB8ED

Tints of Melrose #BFB8ED

Color information

#BFB8ED (or 0xBFB8ED) is unknown color: approx Melrose. HEX triplet: BF, B8 and ED. RGB value is (191,184,237). Sum of RGB (Red+Green+Blue) = 191+184+237=612 (81% of max value = 765). Red value is 191 (75% from 255 or 31.21% from 612); Green value is 184 (72.27% from 255 or 30.07% from 612); Blue value is 237 (92.97% from 255 or 38.73% from 612); Max value from RGB is 237 - color contains mainly: blue. Hex color #BFB8ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB8ED is #404712. Grayscale: #BFBFBF. Windows color (decimal): -4212499 or 15579327. OLE color: 15579327.

HSL color Cylindrical-coordinate representation of color #BFB8ED: hue angle of 247.92º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFB8ED is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB191184237-
CMYK0.190.2200.07
HSL247.92º59.55%82.55%-
HSV(B)247.92º22.36%92.94%-
XYZ53.9151.4787.21-
YUV192.14153.32127.19-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.21%
GREEN value IS 184 (72.27% from 255) = 30.07%
BLUE value IS 237 (92.97% from 255) = 38.73%
R=31.21%
G=30.07%
B=38.73%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1911842370.190.2200.07247.9259.5582.55
HexBFB8ED131607f83c53
Octal27727035523260737074123
Binary10111111101110001110110110011101100111111110001111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB8ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB8ED; }

 p { color: rgb(191,184,237); }

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

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

 a { background-color: rgb(191,184,237); }

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

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

 span { border-color: rgb(191,184,237); }

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