#BFB2EA

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

Shades of Melrose #BFB2EA

Tints of Melrose #BFB2EA

Color information

#BFB2EA (or 0xBFB2EA) is unknown color: approx Melrose. HEX triplet: BF, B2 and EA. RGB value is (191,178,234). Sum of RGB (Red+Green+Blue) = 191+178+234=603 (79% of max value = 765). Red value is 191 (75% from 255 or 31.67% from 603); Green value is 178 (69.92% from 255 or 29.52% from 603); Blue value is 234 (91.80% from 255 or 38.81% from 603); Max value from RGB is 234 - color contains mainly: blue. Hex color #BFB2EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFB2EA is #404D15. Grayscale: #BCBCBC. Windows color (decimal): -4214038 or 15381183. OLE color: 15381183.

HSL color Cylindrical-coordinate representation of color #BFB2EA: hue angle of 253.93º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFB2EA is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB191178234-
CMYK0.180.2400.08
HSL253.93º57.14%80.78%-
HSV(B)253.93º23.93%91.76%-
XYZ52.2648.8684.52-
YUV188.27153.81129.95-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.67%
GREEN value IS 178 (69.92% from 255) = 29.52%
BLUE value IS 234 (91.80% from 255) = 38.81%
R=31.67%
G=29.52%
B=38.81%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1911782340.180.2400.08253.9357.1480.78
HexBFB2EA121808fe3951
Octal277262352223001037671121
Binary101111111011001011101010100101100001000111111101110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB2EA; }

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

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

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

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

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

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

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

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