Html Css Color HEX #BEAFE9 Melrose

📋 copy color: '#BEAFE9'

red 190 ◦ green 175 ◦ blue 233

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

Shades of Melrose #BEAFE9

Tints of Melrose #BEAFE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 38.96%

R = 31.77%
G = 29.26%
B = 38.96%

CMYK

 C value IS 0.18

 M value IS 0.25

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BEAFE9 (or 0xBEAFE9) is known color: Melrose. HEX triplet: BE, AF and E9. RGB value is (190,175,233). Sum of RGB (Red+Green+Blue) = 190+175+233=598 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.77% from 598); Green value is 175 (68.75% from 255 or 29.26% from 598); Blue value is 233 (91.41% from 255 or 38.96% from 598); Max value from RGB is 233 - color contains mainly: blue. Hex color #BEAFE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEAFE9 is #415016. Grayscale: #B9B9B9. Windows color (decimal): -4280343 or 15314878. OLE color: 15314878.

HSL color Cylindrical-coordinate representation of color #BEAFE9: hue angle of 255.52º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEAFE9 is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 190 175 233 -
CMYK 0.18 0.25 0 0.09
HSL 255.52º 0.57% 0.8% -
HSV(B) 255.52º 0.25% 0.91% -
XYZ 51.27 47.49 83.55 -
YUV 186.1 154.47 130.78 -
System Red Green Blue C M Y K H S L
Decimal 190 175 233 0.18 0.25 0 0.09 255.52 0.57 0.8
Hex BE AF E9 12 19 0 9 100 39 50
Octal 276 257 351 22 31 0 11 400 71 120
Binary 10111110 10101111 11101001 10010 11001 0 1001 100000000 111001 1010000

Color Harmonies of #BEAFE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAFE9

Black with #BEAFE9

Text Example


Text Example

White with #BEAFE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAFE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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