#C8BEEA

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

Shades of Melrose #C8BEEA

Tints of Melrose #C8BEEA

Color information

#C8BEEA (or 0xC8BEEA) is unknown color: approx Melrose. HEX triplet: C8, BE and EA. RGB value is (200,190,234). Sum of RGB (Red+Green+Blue) = 200+190+234=624 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.05% from 624); Green value is 190 (74.61% from 255 or 30.45% from 624); Blue value is 234 (91.80% from 255 or 37.5% from 624); Max value from RGB is 234 - color contains mainly: blue. Hex color #C8BEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BEEA is #374115. Grayscale: #C5C5C5. Windows color (decimal): -3621142 or 15384264. OLE color: 15384264.

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

Color convert

RGB200190234-
CMYK0.150.1900.08
HSL253.64º51.16%83.14%-
HSV(B)253.64º18.8%91.76%-
XYZ57.0855.0585.46-
YUV198.01148.31129.42-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.05%
GREEN value IS 190 (74.61% from 255) = 30.45%
BLUE value IS 234 (91.80% from 255) = 37.5%
R=32.05%
G=30.45%
B=37.5%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2001902340.150.1900.08253.6451.1683.14
HexC8BEEAF1308fe3353
Octal310276352172301037663123
Binary11001000101111101110101011111001101000111111101100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BEEA; }

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

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

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

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

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

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

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

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