#C8BAF1

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

Shades of Melrose #C8BAF1

Tints of Melrose #C8BAF1

Color information

#C8BAF1 (or 0xC8BAF1) is unknown color: approx Melrose. HEX triplet: C8, BA and F1. RGB value is (200,186,241). Sum of RGB (Red+Green+Blue) = 200+186+241=627 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.90% from 627); Green value is 186 (73.05% from 255 or 29.67% from 627); Blue value is 241 (94.53% from 255 or 38.44% from 627); Max value from RGB is 241 - color contains mainly: blue. Hex color #C8BAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BAF1 is #37450E. Grayscale: #C4C4C4. Windows color (decimal): -3622159 or 15841992. OLE color: 15841992.

HSL color Cylindrical-coordinate representation of color #C8BAF1: hue angle of 255.27º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C8BAF1 is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB200186241-
CMYK0.170.2300.05
HSL255.27º66.27%83.73%-
HSV(B)255.27º22.82%94.51%-
XYZ57.2653.7590.58-
YUV196.46153.14130.53-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.90%
GREEN value IS 186 (73.05% from 255) = 29.67%
BLUE value IS 241 (94.53% from 255) = 38.44%
R=31.90%
G=29.67%
B=38.44%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2001862410.170.2300.05255.2766.2783.73
HexC8BAF1111705ff4254
Octal310272361212705377102124
Binary110010001011101011110001100011011101011111111110000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BAF1; }

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

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

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

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

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

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

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

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