Html Css Color HEX #BEACE8 Melrose

📋 copy color: '#BEACE8'

red 190 ◦ green 172 ◦ blue 232

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

Shades of Melrose #BEACE8

Tints of Melrose #BEACE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 39.06%

R = 31.99%
G = 28.96%
B = 39.06%

CMYK

 C value IS 0.18

 M value IS 0.26

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BEACE8 (or 0xBEACE8) is known color: Melrose. HEX triplet: BE, AC and E8. RGB value is (190,172,232). Sum of RGB (Red+Green+Blue) = 190+172+232=594 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.99% from 594); Green value is 172 (67.58% from 255 or 28.96% 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 #BEACE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEACE8 is #415317. Grayscale: #B8B8B8. Windows color (decimal): -4281112 or 15248574. OLE color: 15248574.

HSL color Cylindrical-coordinate representation of color #BEACE8: hue angle of 258º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BEACE8 is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 190 172 232 -
CMYK 0.18 0.26 0 0.09
HSL 258º 0.57% 0.79% -
HSV(B) 258º 0.26% 0.91% -
XYZ 50.55 46.28 82.61 -
YUV 184.22 154.96 132.12 -
System Red Green Blue C M Y K H S L
Decimal 190 172 232 0.18 0.26 0 0.09 258 0.57 0.79
Hex BE AC E8 12 1A 0 9 102 39 4F
Octal 276 254 350 22 32 0 11 402 71 117
Binary 10111110 10101100 11101000 10010 11010 0 1001 100000010 111001 1001111

Color Harmonies of #BEACE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEACE8

Black with #BEACE8

Text Example


Text Example

White with #BEACE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEACE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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