Html Css Color HEX #C6BEEF Melrose

📋 copy color: '#C6BEEF'

red 198 ◦ green 190 ◦ blue 239

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

Shades of Melrose #C6BEEF

Tints of Melrose #C6BEEF

RGB

 RED value IS 198 (77.73% from 255) = 31.58%

 GREEN value IS 190 (74.61% from 255) = 30.3%

 BLUE value IS 239 (93.75% from 255) = 38.12%

R = 31.58%
G = 30.3%
B = 38.12%

CMYK

 C value IS 0.17

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C6BEEF (or 0xC6BEEF) is known color: Melrose. HEX triplet: C6, BE and EF. RGB value is (198,190,239). Sum of RGB (Red+Green+Blue) = 198+190+239=627 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.58% from 627); Green value is 190 (74.61% from 255 or 30.30% from 627); Blue value is 239 (93.75% from 255 or 38.12% from 627); Max value from RGB is 239 - color contains mainly: blue. Hex color #C6BEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BEEF is #394110. Grayscale: #C5C5C5. Windows color (decimal): -3752209 or 15711942. OLE color: 15711942.

HSL color Cylindrical-coordinate representation of color #C6BEEF: hue angle of 249.8º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C6BEEF is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 198 190 239 -
CMYK 0.17 0.21 0 0.06
HSL 249.8º 0.6% 0.84% -
HSV(B) 249.8º 0.21% 0.94% -
XYZ 57.28 55.06 89.27 -
YUV 197.98 151.15 128.02 -
System Red Green Blue C M Y K H S L
Decimal 198 190 239 0.17 0.21 0 0.06 249.8 0.6 0.84
Hex C6 BE EF 11 15 0 6 FA 3C 54
Octal 306 276 357 21 25 0 6 372 74 124
Binary 11000110 10111110 11101111 10001 10101 0 110 11111010 111100 1010100

Color Harmonies of #C6BEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BEEF

Black with #C6BEEF

Text Example


Text Example

White with #C6BEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BEEF; }

 p { color: rgb(198,190,239); }

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

background-color css

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

 a { background-color: rgb(198,190,239); }

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

border-color css

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

 span { border-color: rgb(198,190,239); }

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