#BBAFE3

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

Shades of Melrose #BBAFE3

Tints of Melrose #BBAFE3

Color information

#BBAFE3 (or 0xBBAFE3) is unknown color: approx Melrose. HEX triplet: BB, AF and E3. RGB value is (187,175,227). Sum of RGB (Red+Green+Blue) = 187+175+227=589 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.75% from 589); Green value is 175 (68.75% from 255 or 29.71% from 589); Blue value is 227 (89.06% from 255 or 38.54% from 589); Max value from RGB is 227 - color contains mainly: blue. Hex color #BBAFE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAFE3 is #44501C. Grayscale: #B8B8B8. Windows color (decimal): -4476957 or 14921659. OLE color: 14921659.

HSL color Cylindrical-coordinate representation of color #BBAFE3: hue angle of 253.85º degrees, saturation: 0.48, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBAFE3 is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB187175227-
CMYK0.180.2300.11
HSL253.85º48.15%78.82%-
HSV(B)253.85º22.91%89.02%-
XYZ49.6946.7779.08-
YUV184.52151.98129.77-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.75%
GREEN value IS 175 (68.75% from 255) = 29.71%
BLUE value IS 227 (89.06% from 255) = 38.54%
R=31.75%
G=29.71%
B=38.54%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1871752270.180.2300.11253.8548.1578.82
HexBBAFE312170Bfe304f
Octal273257343222701337660117
Binary101110111010111111100011100101011101011111111101100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAFE3; }

 p { color: rgb(187,175,227); }

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

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

 a { background-color: rgb(187,175,227); }

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

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

 span { border-color: rgb(187,175,227); }

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