Html Css Color HEX #BEACEE Melrose

📋 copy color: '#BEACEE'

red 190 ◦ green 172 ◦ blue 238

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

Shades of Melrose #BEACEE

Tints of Melrose #BEACEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 39.67%

R = 31.67%
G = 28.67%
B = 39.67%

CMYK

 C value IS 0.20

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BEACEE (or 0xBEACEE) is known color: Melrose. HEX triplet: BE, AC and EE. RGB value is (190,172,238). Sum of RGB (Red+Green+Blue) = 190+172+238=600 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.67% from 600); Green value is 172 (67.58% from 255 or 28.67% from 600); Blue value is 238 (93.36% from 255 or 39.67% from 600); Max value from RGB is 238 - color contains mainly: blue. Hex color #BEACEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEACEE is #415311. Grayscale: #B8B8B8. Windows color (decimal): -4281106 or 15641790. OLE color: 15641790.

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

Color convert

RGB 190 172 238 -
CMYK 0.20 0.28 0 0.07
HSL 256.36º 0.66% 0.8% -
HSV(B) 256.36º 0.28% 0.93% -
XYZ 51.42 46.63 87.18 -
YUV 184.91 157.96 131.63 -
System Red Green Blue C M Y K H S L
Decimal 190 172 238 0.20 0.28 0 0.07 256.36 0.66 0.8
Hex BE AC EE 14 1C 0 7 100 42 50
Octal 276 254 356 24 34 0 7 400 102 120
Binary 10111110 10101100 11101110 10100 11100 0 111 100000000 1000010 1010000

Color Harmonies of #BEACEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEACEE

Black with #BEACEE

Text Example


Text Example

White with #BEACEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEACEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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