#BBAFE8

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

Shades of Melrose #BBAFE8

Tints of Melrose #BBAFE8

Color information

#BBAFE8 (or 0xBBAFE8) is unknown color: approx Melrose. HEX triplet: BB, AF and E8. RGB value is (187,175,232). Sum of RGB (Red+Green+Blue) = 187+175+232=594 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.48% from 594); Green value is 175 (68.75% from 255 or 29.46% from 594); Blue value is 232 (91.02% from 255 or 39.06% from 594); Max value from RGB is 232 - color contains mainly: blue. Hex color #BBAFE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBAFE8 is #445017. Grayscale: #B8B8B8. Windows color (decimal): -4476952 or 15249339. OLE color: 15249339.

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

Color convert

RGB187175232-
CMYK0.190.2500.09
HSL252.63º55.34%79.8%-
HSV(B)252.63º24.57%90.98%-
XYZ50.3947.0582.77-
YUV185.09154.48129.37-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.48%
GREEN value IS 175 (68.75% from 255) = 29.46%
BLUE value IS 232 (91.02% from 255) = 39.06%
R=31.48%
G=29.46%
B=39.06%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1871752320.190.2500.09252.6355.3479.8
HexBBAFE8131909fd3750
Octal273257350233101137567120
Binary101110111010111111101000100111100101001111111011101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAFE8; }

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

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

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

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

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

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

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

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