#C9BFF2

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

Shades of Melrose #C9BFF2

Tints of Melrose #C9BFF2

Color information

#C9BFF2 (or 0xC9BFF2) is unknown color: approx Melrose. HEX triplet: C9, BF and F2. RGB value is (201,191,242). Sum of RGB (Red+Green+Blue) = 201+191+242=634 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.70% from 634); Green value is 191 (75% from 255 or 30.13% from 634); Blue value is 242 (94.92% from 255 or 38.17% from 634); Max value from RGB is 242 - color contains mainly: blue. Hex color #C9BFF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BFF2 is #36400D. Grayscale: #C7C7C7. Windows color (decimal): -3555342 or 15908809. OLE color: 15908809.

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

Color convert

RGB201191242-
CMYK0.170.2100.05
HSL251.76º66.23%84.9%-
HSV(B)251.76º21.07%94.9%-
XYZ58.7556.0991.73-
YUV199.8151.81128.85-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.70%
GREEN value IS 191 (75% from 255) = 30.13%
BLUE value IS 242 (94.92% from 255) = 38.17%
R=31.70%
G=30.13%
B=38.17%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2011912420.170.2100.05251.7666.2384.9
HexC9BFF2111505fc4255
Octal311277362212505374102125
Binary110010011011111111110010100011010101011111110010000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BFF2; }

 p { color: rgb(201,191,242); }

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

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

 a { background-color: rgb(201,191,242); }

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

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

 span { border-color: rgb(201,191,242); }

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