Html Css Color HEX #BEADEE Melrose

📋 copy color: '#BEADEE'

red 190 ◦ green 173 ◦ blue 238

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

Shades of Melrose #BEADEE

Tints of Melrose #BEADEE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 28.79%

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

R = 31.61%
G = 28.79%
B = 39.6%

CMYK

 C value IS 0.20

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BEADEE (or 0xBEADEE) is known color: Melrose. HEX triplet: BE, AD and EE. RGB value is (190,173,238). Sum of RGB (Red+Green+Blue) = 190+173+238=601 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.61% from 601); Green value is 173 (67.97% from 255 or 28.79% from 601); Blue value is 238 (93.36% from 255 or 39.60% from 601); Max value from RGB is 238 - color contains mainly: blue. Hex color #BEADEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEADEE is #415211. Grayscale: #B9B9B9. Windows color (decimal): -4280850 or 15642046. OLE color: 15642046.

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

Color convert

RGB 190 173 238 -
CMYK 0.20 0.27 0 0.07
HSL 255.69º 0.66% 0.81% -
HSV(B) 255.69º 0.27% 0.93% -
XYZ 51.61 47.01 87.24 -
YUV 185.49 157.63 131.21 -
System Red Green Blue C M Y K H S L
Decimal 190 173 238 0.20 0.27 0 0.07 255.69 0.66 0.81
Hex BE AD EE 14 1B 0 7 100 42 51
Octal 276 255 356 24 33 0 7 400 102 121
Binary 10111110 10101101 11101110 10100 11011 0 111 100000000 1000010 1010001

Color Harmonies of #BEADEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEADEE

Black with #BEADEE

Text Example


Text Example

White with #BEADEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEADEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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