Html Css Color HEX #BEACE6 Melrose

📋 copy color: '#BEACE6'

red 190 ◦ green 172 ◦ blue 230

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

Shades of Melrose #BEACE6

Tints of Melrose #BEACE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 38.85%

R = 32.09%
G = 29.05%
B = 38.85%

CMYK

 C value IS 0.17

 M value IS 0.25

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BEACE6 (or 0xBEACE6) is known color: Melrose. HEX triplet: BE, AC and E6. RGB value is (190,172,230). Sum of RGB (Red+Green+Blue) = 190+172+230=592 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.09% from 592); Green value is 172 (67.58% from 255 or 29.05% from 592); Blue value is 230 (90.23% from 255 or 38.85% from 592); Max value from RGB is 230 - color contains mainly: blue. Hex color #BEACE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEACE6 is #415319. Grayscale: #B7B7B7. Windows color (decimal): -4281114 or 15117502. OLE color: 15117502.

HSL color Cylindrical-coordinate representation of color #BEACE6: hue angle of 258.62º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEACE6 is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 190 172 230 -
CMYK 0.17 0.25 0 0.10
HSL 258.62º 0.54% 0.79% -
HSV(B) 258.62º 0.25% 0.9% -
XYZ 50.27 46.17 81.12 -
YUV 183.99 153.96 132.28 -
System Red Green Blue C M Y K H S L
Decimal 190 172 230 0.17 0.25 0 0.10 258.62 0.54 0.79
Hex BE AC E6 11 19 0 A 103 36 4F
Octal 276 254 346 21 31 0 12 403 66 117
Binary 10111110 10101100 11100110 10001 11001 0 1010 100000011 110110 1001111

Color Harmonies of #BEACE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEACE6

Black with #BEACE6

Text Example


Text Example

White with #BEACE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEACE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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