Html Css Color HEX #C0AEF9 Melrose

📋 copy color: '#C0AEF9'

red 192 ◦ green 174 ◦ blue 249

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

Shades of Melrose #C0AEF9

Tints of Melrose #C0AEF9

RGB

 RED value IS 192 (75.39% from 255) = 31.22%

 GREEN value IS 174 (68.36% from 255) = 28.29%

 BLUE value IS 249 (97.66% from 255) = 40.49%

R = 31.22%
G = 28.29%
B = 40.49%

CMYK

 C value IS 0.23

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C0AEF9 (or 0xC0AEF9) is known color: Melrose. HEX triplet: C0, AE and F9. RGB value is (192,174,249). Sum of RGB (Red+Green+Blue) = 192+174+249=615 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.22% from 615); Green value is 174 (68.36% from 255 or 28.29% from 615); Blue value is 249 (97.66% from 255 or 40.49% from 615); Max value from RGB is 249 - color contains mainly: blue. Hex color #C0AEF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0AEF9 is #3F5106. Grayscale: #BBBBBB. Windows color (decimal): -4149511 or 16363200. OLE color: 16363200.

HSL color Cylindrical-coordinate representation of color #C0AEF9: hue angle of 254.4º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C0AEF9 is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 174 249 -
CMYK 0.23 0.30 0 0.02
HSL 254.4º 0.86% 0.83% -
HSV(B) 254.4º 0.3% 0.98% -
XYZ 53.97 48.32 96.1 -
YUV 187.93 162.46 130.9 -
System Red Green Blue C M Y K H S L
Decimal 192 174 249 0.23 0.30 0 0.02 254.4 0.86 0.83
Hex C0 AE F9 17 1E 0 2 FE 56 53
Octal 300 256 371 27 36 0 2 376 126 123
Binary 11000000 10101110 11111001 10111 11110 0 10 11111110 1010110 1010011

Color Harmonies of #C0AEF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AEF9

Black with #C0AEF9

Text Example


Text Example

White with #C0AEF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AEF9; }

 p { color: rgb(192,174,249); }

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

background-color css

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

 a { background-color: rgb(192,174,249); }

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

border-color css

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

 span { border-color: rgb(192,174,249); }

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