Html Css Color HEX #BEACEA Melrose

📋 copy color: '#BEACEA'

red 190 ◦ green 172 ◦ blue 234

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

Shades of Melrose #BEACEA

Tints of Melrose #BEACEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 39.26%

R = 31.88%
G = 28.86%
B = 39.26%

CMYK

 C value IS 0.19

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BEACEA (or 0xBEACEA) is known color: Melrose. HEX triplet: BE, AC and EA. RGB value is (190,172,234). Sum of RGB (Red+Green+Blue) = 190+172+234=596 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.88% from 596); Green value is 172 (67.58% from 255 or 28.86% from 596); Blue value is 234 (91.80% from 255 or 39.26% from 596); Max value from RGB is 234 - color contains mainly: blue. Hex color #BEACEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEACEA is #415315. Grayscale: #B8B8B8. Windows color (decimal): -4281110 or 15379646. OLE color: 15379646.

HSL color Cylindrical-coordinate representation of color #BEACEA: hue angle of 257.42º 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 #BEACEA is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 190 172 234 -
CMYK 0.19 0.26 0 0.08
HSL 257.42º 0.6% 0.8% -
HSV(B) 257.42º 0.26% 0.92% -
XYZ 50.84 46.39 84.12 -
YUV 184.45 155.96 131.96 -
System Red Green Blue C M Y K H S L
Decimal 190 172 234 0.19 0.26 0 0.08 257.42 0.6 0.8
Hex BE AC EA 13 1A 0 8 101 3C 50
Octal 276 254 352 23 32 0 10 401 74 120
Binary 10111110 10101100 11101010 10011 11010 0 1000 100000001 111100 1010000

Color Harmonies of #BEACEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEACEA

Black with #BEACEA

Text Example


Text Example

White with #BEACEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEACEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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