#BEAFEE

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

Shades of Melrose #BEAFEE

Tints of Melrose #BEAFEE

Color information

#BEAFEE (or 0xBEAFEE) is unknown color: approx Melrose. HEX triplet: BE, AF and EE. RGB value is (190,175,238). Sum of RGB (Red+Green+Blue) = 190+175+238=603 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.51% from 603); Green value is 175 (68.75% from 255 or 29.02% from 603); Blue value is 238 (93.36% from 255 or 39.47% from 603); Max value from RGB is 238 - color contains mainly: blue. Hex color #BEAFEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEAFEE is #415011. Grayscale: #BABABA. Windows color (decimal): -4280338 or 15642558. OLE color: 15642558.

HSL color Cylindrical-coordinate representation of color #BEAFEE: hue angle of 254.29º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BEAFEE is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB190175238-
CMYK0.200.2600.07
HSL254.29º64.95%80.98%-
HSV(B)254.29º26.47%93.33%-
XYZ5247.7887.37-
YUV186.67156.97130.38-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.51%
GREEN value IS 175 (68.75% from 255) = 29.02%
BLUE value IS 238 (93.36% from 255) = 39.47%
R=31.51%
G=29.02%
B=39.47%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1901752380.200.2600.07254.2964.9580.98
HexBEAFEE141A07fe4151
Octal276257356243207376101121
Binary101111101010111111101110101001101001111111111010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAFEE; }

 p { color: rgb(190,175,238); }

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

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

 a { background-color: rgb(190,175,238); }

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

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

 span { border-color: rgb(190,175,238); }

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