#C8BAEF

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

Shades of Melrose #C8BAEF

Tints of Melrose #C8BAEF

Color information

#C8BAEF (or 0xC8BAEF) is unknown color: approx Melrose. HEX triplet: C8, BA and EF. RGB value is (200,186,239). Sum of RGB (Red+Green+Blue) = 200+186+239=625 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32% from 625); Green value is 186 (73.05% from 255 or 29.76% from 625); Blue value is 239 (93.75% from 255 or 38.24% from 625); Max value from RGB is 239 - color contains mainly: blue. Hex color #C8BAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BAEF is #374510. Grayscale: #C4C4C4. Windows color (decimal): -3622161 or 15710920. OLE color: 15710920.

HSL color Cylindrical-coordinate representation of color #C8BAEF: hue angle of 255.85º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C8BAEF is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB200186239-
CMYK0.160.2200.06
HSL255.85º62.35%83.33%-
HSV(B)255.85º22.18%93.73%-
XYZ56.9653.6389.01-
YUV196.23152.14130.69-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32%
GREEN value IS 186 (73.05% from 255) = 29.76%
BLUE value IS 239 (93.75% from 255) = 38.24%
R=32%
G=29.76%
B=38.24%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2001862390.160.2200.06255.8562.3583.33
HexC8BAEF1016061003e53
Octal31027235720260640076123
Binary110010001011101011101111100001011001101000000001111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BAEF; }

 p { color: rgb(200,186,239); }

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

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

 a { background-color: rgb(200,186,239); }

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

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

 span { border-color: rgb(200,186,239); }

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