Html Css Color HEX #C6BEE6 Melrose

📋 copy color: '#C6BEE6'

red 198 ◦ green 190 ◦ blue 230

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

Shades of Melrose #C6BEE6

Tints of Melrose #C6BEE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 37.22%

R = 32.04%
G = 30.74%
B = 37.22%

CMYK

 C value IS 0.14

 M value IS 0.17

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C6BEE6 (or 0xC6BEE6) is known color: Melrose. HEX triplet: C6, BE and E6. RGB value is (198,190,230). Sum of RGB (Red+Green+Blue) = 198+190+230=618 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.04% from 618); Green value is 190 (74.61% from 255 or 30.74% from 618); Blue value is 230 (90.23% from 255 or 37.22% from 618); Max value from RGB is 230 - color contains mainly: blue. Hex color #C6BEE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BEE6 is #394119. Grayscale: #C4C4C4. Windows color (decimal): -3752218 or 15122118. OLE color: 15122118.

HSL color Cylindrical-coordinate representation of color #C6BEE6: hue angle of 252º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C6BEE6 is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 198 190 230 -
CMYK 0.14 0.17 0 0.10
HSL 252º 0.44% 0.82% -
HSV(B) 252º 0.17% 0.9% -
XYZ 55.99 54.55 82.44 -
YUV 196.95 146.65 128.75 -
System Red Green Blue C M Y K H S L
Decimal 198 190 230 0.14 0.17 0 0.10 252 0.44 0.82
Hex C6 BE E6 E 11 0 A FC 2C 52
Octal 306 276 346 16 21 0 12 374 54 122
Binary 11000110 10111110 11100110 1110 10001 0 1010 11111100 101100 1010010

Color Harmonies of #C6BEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BEE6

Black with #C6BEE6

Text Example


Text Example

White with #C6BEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BEE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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