Html Css Color HEX #C6BEDC Melrose

📋 copy color: '#C6BEDC'

red 198 ◦ green 190 ◦ blue 220

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

Shades of Melrose #C6BEDC

Tints of Melrose #C6BEDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.18%

R = 32.57%
G = 31.25%
B = 36.18%

CMYK

 C value IS 0.1

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C6BEDC (or 0xC6BEDC) is known color: Melrose. HEX triplet: C6, BE and DC. RGB value is (198,190,220). Sum of RGB (Red+Green+Blue) = 198+190+220=608 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.57% from 608); Green value is 190 (74.61% from 255 or 31.25% from 608); Blue value is 220 (86.33% from 255 or 36.18% from 608); Max value from RGB is 220 - color contains mainly: blue. Hex color #C6BEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BEDC is #394123. Grayscale: #C3C3C3. Windows color (decimal): -3752228 or 14466758. OLE color: 14466758.

HSL color Cylindrical-coordinate representation of color #C6BEDC: hue angle of 256º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C6BEDC is Cyan = 0.1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 198 190 220 -
CMYK 0.1 0.14 0 0.14
HSL 256º 0.3% 0.8% -
HSV(B) 256º 0.14% 0.86% -
XYZ 54.62 54 75.25 -
YUV 195.81 141.65 129.56 -
System Red Green Blue C M Y K H S L
Decimal 198 190 220 0.1 0.14 0 0.14 256 0.3 0.8
Hex C6 BE DC A E 0 E 100 1E 50
Octal 306 276 334 12 16 0 16 400 36 120
Binary 11000110 10111110 11011100 1010 1110 0 1110 100000000 11110 1010000

Color Harmonies of #C6BEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BEDC

Black with #C6BEDC

Text Example


Text Example

White with #C6BEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BEDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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