#C6BEEE

Color #C6BEEE Melrose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melrose #C6BEEE

Tints of Melrose #C6BEEE

Color information

#C6BEEE (or 0xC6BEEE) is unknown color: approx Melrose. HEX triplet: C6, BE and EE. RGB value is (198,190,238). Sum of RGB (Red+Green+Blue) = 198+190+238=626 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.63% from 626); Green value is 190 (74.61% from 255 or 30.35% from 626); Blue value is 238 (93.36% from 255 or 38.02% from 626); Max value from RGB is 238 - color contains mainly: blue. Hex color #C6BEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BEEE is #394111. Grayscale: #C5C5C5. Windows color (decimal): -3752210 or 15646406. OLE color: 15646406.

HSL color Cylindrical-coordinate representation of color #C6BEEE: hue angle of 250º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C6BEEE is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB198190238-
CMYK0.170.2000.07
HSL250º58.54%83.92%-
HSV(B)250º20.17%93.33%-
XYZ57.1355.0188.49-
YUV197.86150.65128.1-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.63%
GREEN value IS 190 (74.61% from 255) = 30.35%
BLUE value IS 238 (93.36% from 255) = 38.02%
R=31.63%
G=30.35%
B=38.02%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1981902380.170.2000.0725058.5483.92
HexC6BEEE111407fa3b54
Octal30627635621240737273124
Binary11000110101111101110111010001101000111111110101110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BEEE; }

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

 H1.HeaderClassName
 {
   color: #C6BEEE;
 }
 .AnyTagClassName
 {
   color: #C6BEEE;
 }
</style>
background-color css

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

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

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

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

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

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