#C8BFF0

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

Shades of Melrose #C8BFF0

Tints of Melrose #C8BFF0

Color information

#C8BFF0 (or 0xC8BFF0) is unknown color: approx Melrose. HEX triplet: C8, BF and F0. RGB value is (200,191,240). Sum of RGB (Red+Green+Blue) = 200+191+240=631 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.70% from 631); Green value is 191 (75% from 255 or 30.27% from 631); Blue value is 240 (94.14% from 255 or 38.03% from 631); Max value from RGB is 240 - color contains mainly: blue. Hex color #C8BFF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BFF0 is #37400F. Grayscale: #C7C7C7. Windows color (decimal): -3620880 or 15777736. OLE color: 15777736.

HSL color Cylindrical-coordinate representation of color #C8BFF0: hue angle of 251.02º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C8BFF0 is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB200191240-
CMYK0.170.2000.06
HSL251.02º62.03%84.51%-
HSV(B)251.02º20.42%94.12%-
XYZ58.1855.8390.15-
YUV199.28150.98128.52-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.70%
GREEN value IS 191 (75% from 255) = 30.27%
BLUE value IS 240 (94.14% from 255) = 38.03%
R=31.70%
G=30.27%
B=38.03%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2001912400.170.2000.06251.0262.0384.51
HexC8BFF0111406fb3e55
Octal31027736021240637376125
Binary11001000101111111111000010001101000110111110111111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BFF0; }

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

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

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

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

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

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

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

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