Html Css Color HEX #BEAFE3 Melrose

📋 copy color: '#BEAFE3'

red 190 ◦ green 175 ◦ blue 227

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

Shades of Melrose #BEAFE3

Tints of Melrose #BEAFE3

RGB

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

 GREEN value IS 175 (68.75% from 255) = 29.56%

 BLUE value IS 227 (89.06% from 255) = 38.34%

R = 32.09%
G = 29.56%
B = 38.34%

CMYK

 C value IS 0.16

 M value IS 0.23

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BEAFE3 (or 0xBEAFE3) is known color: Melrose. HEX triplet: BE, AF and E3. RGB value is (190,175,227). Sum of RGB (Red+Green+Blue) = 190+175+227=592 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.09% from 592); Green value is 175 (68.75% from 255 or 29.56% from 592); Blue value is 227 (89.06% from 255 or 38.34% from 592); Max value from RGB is 227 - color contains mainly: blue. Hex color #BEAFE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAFE3 is #41501C. Grayscale: #B9B9B9. Windows color (decimal): -4280349 or 14921662. OLE color: 14921662.

HSL color Cylindrical-coordinate representation of color #BEAFE3: hue angle of 257.31º degrees, saturation: 0.48, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEAFE3 is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 190 175 227 -
CMYK 0.16 0.23 0 0.11
HSL 257.31º 0.48% 0.79% -
HSV(B) 257.31º 0.23% 0.89% -
XYZ 50.43 47.15 79.12 -
YUV 185.41 151.47 131.27 -
System Red Green Blue C M Y K H S L
Decimal 190 175 227 0.16 0.23 0 0.11 257.31 0.48 0.79
Hex BE AF E3 10 17 0 B 101 30 4F
Octal 276 257 343 20 27 0 13 401 60 117
Binary 10111110 10101111 11100011 10000 10111 0 1011 100000001 110000 1001111

Color Harmonies of #BEAFE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAFE3

Black with #BEAFE3

Text Example


Text Example

White with #BEAFE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAFE3; }

 p { color: rgb(190,175,227); }

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

background-color css

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

 a { background-color: rgb(190,175,227); }

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

border-color css

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

 span { border-color: rgb(190,175,227); }

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