#C6BFEE

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

Shades of Melrose #C6BFEE

Tints of Melrose #C6BFEE

Color information

#C6BFEE (or 0xC6BFEE) is unknown color: approx Melrose. HEX triplet: C6, BF and EE. RGB value is (198,191,238). Sum of RGB (Red+Green+Blue) = 198+191+238=627 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.58% from 627); Green value is 191 (75% from 255 or 30.46% from 627); Blue value is 238 (93.36% from 255 or 37.96% from 627); Max value from RGB is 238 - color contains mainly: blue. Hex color #C6BFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BFEE is #394011. Grayscale: #C6C6C6. Windows color (decimal): -3751954 or 15646662. OLE color: 15646662.

HSL color Cylindrical-coordinate representation of color #C6BFEE: hue angle of 248.94º degrees, saturation: 0.58, 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 #C6BFEE is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB198191238-
CMYK0.170.2000.07
HSL248.94º58.02%84.12%-
HSV(B)248.94º19.75%93.33%-
XYZ57.3555.4488.57-
YUV198.45150.32127.68-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.58%
GREEN value IS 191 (75% from 255) = 30.46%
BLUE value IS 238 (93.36% from 255) = 37.96%
R=31.58%
G=30.46%
B=37.96%

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
Decimal1981912380.170.2000.07248.9458.0284.12
HexC6BFEE111407f93a54
Octal30627735621240737172124
Binary11000110101111111110111010001101000111111110011110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BFEE; }

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

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

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

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

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

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

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

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