#BFB2E8

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

Shades of Melrose #BFB2E8

Tints of Melrose #BFB2E8

Color information

#BFB2E8 (or 0xBFB2E8) is unknown color: approx Melrose. HEX triplet: BF, B2 and E8. RGB value is (191,178,232). Sum of RGB (Red+Green+Blue) = 191+178+232=601 (79% of max value = 765). Red value is 191 (75% from 255 or 31.78% from 601); Green value is 178 (69.92% from 255 or 29.62% from 601); Blue value is 232 (91.02% from 255 or 38.60% from 601); Max value from RGB is 232 - color contains mainly: blue. Hex color #BFB2E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFB2E8 is #404D17. Grayscale: #BBBBBB. Windows color (decimal): -4214040 or 15250111. OLE color: 15250111.

HSL color Cylindrical-coordinate representation of color #BFB2E8: hue angle of 254.44º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFB2E8 is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB191178232-
CMYK0.180.2300.09
HSL254.44º54%80.39%-
HSV(B)254.44º23.28%90.98%-
XYZ51.9748.7483.01-
YUV188.04152.81130.11-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.78%
GREEN value IS 178 (69.92% from 255) = 29.62%
BLUE value IS 232 (91.02% from 255) = 38.60%
R=31.78%
G=29.62%
B=38.60%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1911782320.180.2300.09254.445480.39
HexBFB2E8121709fe3650
Octal277262350222701137666120
Binary101111111011001011101000100101011101001111111101101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB2E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB2E8; }

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

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

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

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

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

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

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

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