Html Css Color HEX #BEACEB Melrose

📋 copy color: '#BEACEB'

red 190 ◦ green 172 ◦ blue 235

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

Shades of Melrose #BEACEB

Tints of Melrose #BEACEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 39.36%

R = 31.83%
G = 28.81%
B = 39.36%

CMYK

 C value IS 0.19

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BEACEB (or 0xBEACEB) is known color: Melrose. HEX triplet: BE, AC and EB. RGB value is (190,172,235). Sum of RGB (Red+Green+Blue) = 190+172+235=597 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.83% from 597); Green value is 172 (67.58% from 255 or 28.81% from 597); Blue value is 235 (92.19% from 255 or 39.36% from 597); Max value from RGB is 235 - color contains mainly: blue. Hex color #BEACEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEACEB is #415314. Grayscale: #B8B8B8. Windows color (decimal): -4281109 or 15445182. OLE color: 15445182.

HSL color Cylindrical-coordinate representation of color #BEACEB: hue angle of 257.14º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BEACEB is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 190 172 235 -
CMYK 0.19 0.27 0 0.08
HSL 257.14º 0.61% 0.8% -
HSV(B) 257.14º 0.27% 0.92% -
XYZ 50.98 46.45 84.88 -
YUV 184.56 156.46 131.88 -
System Red Green Blue C M Y K H S L
Decimal 190 172 235 0.19 0.27 0 0.08 257.14 0.61 0.8
Hex BE AC EB 13 1B 0 8 101 3D 50
Octal 276 254 353 23 33 0 10 401 75 120
Binary 10111110 10101100 11101011 10011 11011 0 1000 100000001 111101 1010000

Color Harmonies of #BEACEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEACEB

Black with #BEACEB

Text Example


Text Example

White with #BEACEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEACEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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