#C9BEF3

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

Shades of Melrose #C9BEF3

Tints of Melrose #C9BEF3

Color information

#C9BEF3 (or 0xC9BEF3) is unknown color: approx Melrose. HEX triplet: C9, BE and F3. RGB value is (201,190,243). Sum of RGB (Red+Green+Blue) = 201+190+243=634 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.70% from 634); Green value is 190 (74.61% from 255 or 29.97% from 634); Blue value is 243 (95.31% from 255 or 38.33% from 634); Max value from RGB is 243 - color contains mainly: blue. Hex color #C9BEF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BEF3 is #36410C. Grayscale: #C7C7C7. Windows color (decimal): -3555597 or 15974089. OLE color: 15974089.

HSL color Cylindrical-coordinate representation of color #C9BEF3: hue angle of 252.45º degrees, saturation: 0.69, 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 #C9BEF3 is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB201190243-
CMYK0.170.2200.05
HSL252.45º68.83%84.9%-
HSV(B)252.45º21.81%95.29%-
XYZ58.6855.7292.46-
YUV199.33152.64129.19-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.70%
GREEN value IS 190 (74.61% from 255) = 29.97%
BLUE value IS 243 (95.31% from 255) = 38.33%
R=31.70%
G=29.97%
B=38.33%

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
Decimal2011902430.170.2200.05252.4568.8384.9
HexC9BEF3111605fc4555
Octal311276363212605374105125
Binary110010011011111011110011100011011001011111110010001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BEF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BEF3; }

 p { color: rgb(201,190,243); }

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

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

 a { background-color: rgb(201,190,243); }

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

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

 span { border-color: rgb(201,190,243); }

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