#C8BFE9

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

Shades of Melrose #C8BFE9

Tints of Melrose #C8BFE9

Color information

#C8BFE9 (or 0xC8BFE9) is unknown color: approx Melrose. HEX triplet: C8, BF and E9. RGB value is (200,191,233). Sum of RGB (Red+Green+Blue) = 200+191+233=624 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.05% from 624); Green value is 191 (75% from 255 or 30.61% from 624); Blue value is 233 (91.41% from 255 or 37.34% from 624); Max value from RGB is 233 - color contains mainly: blue. Hex color #C8BFE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BFE9 is #374016. Grayscale: #C6C6C6. Windows color (decimal): -3620887 or 15318984. OLE color: 15318984.

HSL color Cylindrical-coordinate representation of color #C8BFE9: hue angle of 252.86º degrees, saturation: 0.49, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C8BFE9 is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB200191233-
CMYK0.140.1800.09
HSL252.86º48.84%83.14%-
HSV(B)252.86º18.03%91.37%-
XYZ57.1655.4284.78-
YUV198.48147.48129.08-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.05%
GREEN value IS 191 (75% from 255) = 30.61%
BLUE value IS 233 (91.41% from 255) = 37.34%
R=32.05%
G=30.61%
B=37.34%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2001912330.140.1800.09252.8648.8483.14
HexC8BFE9E1209fd3153
Octal310277351162201137561123
Binary11001000101111111110100111101001001001111111011100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BFE9; }

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

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

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

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

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

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

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

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