#C8BFEA

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

Shades of Melrose #C8BFEA

Tints of Melrose #C8BFEA

Color information

#C8BFEA (or 0xC8BFEA) is unknown color: approx Melrose. HEX triplet: C8, BF and EA. RGB value is (200,191,234). Sum of RGB (Red+Green+Blue) = 200+191+234=625 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32% from 625); Green value is 191 (75% from 255 or 30.56% from 625); Blue value is 234 (91.80% from 255 or 37.44% from 625); Max value from RGB is 234 - color contains mainly: blue. Hex color #C8BFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BFEA is #374015. Grayscale: #C6C6C6. Windows color (decimal): -3620886 or 15384520. OLE color: 15384520.

HSL color Cylindrical-coordinate representation of color #C8BFEA: hue angle of 252.56º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C8BFEA is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB200191234-
CMYK0.150.1800.08
HSL252.56º50.59%83.33%-
HSV(B)252.56º18.38%91.76%-
XYZ57.355.4885.53-
YUV198.59147.98129-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32%
GREEN value IS 191 (75% from 255) = 30.56%
BLUE value IS 234 (91.80% from 255) = 37.44%
R=32%
G=30.56%
B=37.44%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2001912340.150.1800.08252.5650.5983.33
HexC8BFEAF1208fd3353
Octal310277352172201037563123
Binary11001000101111111110101011111001001000111111011100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BFEA; }

 p { color: rgb(200,191,234); }

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

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

 a { background-color: rgb(200,191,234); }

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

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

 span { border-color: rgb(200,191,234); }

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