#C8BDF2

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

Shades of Melrose #C8BDF2

Tints of Melrose #C8BDF2

Color information

#C8BDF2 (or 0xC8BDF2) is unknown color: approx Melrose. HEX triplet: C8, BD and F2. RGB value is (200,189,242). Sum of RGB (Red+Green+Blue) = 200+189+242=631 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.70% from 631); Green value is 189 (74.22% from 255 or 29.95% from 631); Blue value is 242 (94.92% from 255 or 38.35% from 631); Max value from RGB is 242 - color contains mainly: blue. Hex color #C8BDF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BDF2 is #37420D. Grayscale: #C6C6C6. Windows color (decimal): -3621390 or 15908296. OLE color: 15908296.

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

Color convert

RGB200189242-
CMYK0.170.2200.05
HSL252.45º67.09%84.51%-
HSV(B)252.45º21.9%94.9%-
XYZ58.0455.0991.58-
YUV198.33152.64129.19-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.70%
GREEN value IS 189 (74.22% from 255) = 29.95%
BLUE value IS 242 (94.92% from 255) = 38.35%
R=31.70%
G=29.95%
B=38.35%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2001892420.170.2200.05252.4567.0984.51
HexC8BDF2111605fc4355
Octal310275362212605374103125
Binary110010001011110111110010100011011001011111110010000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BDF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BDF2; }

 p { color: rgb(200,189,242); }

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

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

 a { background-color: rgb(200,189,242); }

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

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

 span { border-color: rgb(200,189,242); }

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