#BBAFEB

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

Shades of Melrose #BBAFEB

Tints of Melrose #BBAFEB

Color information

#BBAFEB (or 0xBBAFEB) is unknown color: approx Melrose. HEX triplet: BB, AF and EB. RGB value is (187,175,235). Sum of RGB (Red+Green+Blue) = 187+175+235=597 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.32% from 597); Green value is 175 (68.75% from 255 or 29.31% from 597); Blue value is 235 (92.19% from 255 or 39.36% from 597); Max value from RGB is 235 - color contains mainly: blue. Hex color #BBAFEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBAFEB is #445014. Grayscale: #B9B9B9. Windows color (decimal): -4476949 or 15445947. OLE color: 15445947.

HSL color Cylindrical-coordinate representation of color #BBAFEB: hue angle of 252º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBAFEB is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB187175235-
CMYK0.200.2600.08
HSL252º60%80.39%-
HSV(B)252º25.53%92.16%-
XYZ50.8247.2285.03-
YUV185.43155.98129.12-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.32%
GREEN value IS 175 (68.75% from 255) = 29.31%
BLUE value IS 235 (92.19% from 255) = 39.36%
R=31.32%
G=29.31%
B=39.36%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1871752350.200.2600.082526080.39
HexBBAFEB141A08fc3c50
Octal273257353243201037474120
Binary101110111010111111101011101001101001000111111001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAFEB; }

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

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

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

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

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

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

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

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