Html Css Color HEX #BEACED Melrose

📋 copy color: '#BEACED'

red 190 ◦ green 172 ◦ blue 237

#BEACED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Melrose #BEACED

Tints of Melrose #BEACED

RGB

 RED value IS 190 (74.61% from 255) = 31.72%

 GREEN value IS 172 (67.58% from 255) = 28.71%

 BLUE value IS 237 (92.97% from 255) = 39.57%

R = 31.72%
G = 28.71%
B = 39.57%

CMYK

 C value IS 0.20

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BEACED (or 0xBEACED) is known color: Melrose. HEX triplet: BE, AC and ED. RGB value is (190,172,237). Sum of RGB (Red+Green+Blue) = 190+172+237=599 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.72% from 599); Green value is 172 (67.58% from 255 or 28.71% from 599); Blue value is 237 (92.97% from 255 or 39.57% from 599); Max value from RGB is 237 - color contains mainly: blue. Hex color #BEACED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEACED is #415312. Grayscale: #B8B8B8. Windows color (decimal): -4281107 or 15576254. OLE color: 15576254.

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

Color convert

RGB 190 172 237 -
CMYK 0.20 0.27 0 0.07
HSL 256.62º 0.64% 0.8% -
HSV(B) 256.62º 0.27% 0.93% -
XYZ 51.27 46.57 86.41 -
YUV 184.79 157.46 131.71 -
System Red Green Blue C M Y K H S L
Decimal 190 172 237 0.20 0.27 0 0.07 256.62 0.64 0.8
Hex BE AC ED 14 1B 0 7 101 40 50
Octal 276 254 355 24 33 0 7 401 100 120
Binary 10111110 10101100 11101101 10100 11011 0 111 100000001 1000000 1010000

Color Harmonies of #BEACED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEACED

Black with #BEACED

Text Example


Text Example

White with #BEACED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEACED; }

 p { color: rgb(190,172,237); }

 H1.HeaderClassName
 {
   color: #BEACED;
 }
 .AnyTagClassName
 {
   color: #BEACED;
 }
</style>

background-color css

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

 a { background-color: rgb(190,172,237); }

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

border-color css

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

 span { border-color: rgb(190,172,237); }

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