#C1BAF2

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

Shades of Melrose #C1BAF2

Tints of Melrose #C1BAF2

Color information

#C1BAF2 (or 0xC1BAF2) is unknown color: approx Melrose. HEX triplet: C1, BA and F2. RGB value is (193,186,242). Sum of RGB (Red+Green+Blue) = 193+186+242=621 (82% of max value = 765). Red value is 193 (75.78% from 255 or 31.08% from 621); Green value is 186 (73.05% from 255 or 29.95% from 621); Blue value is 242 (94.92% from 255 or 38.97% from 621); Max value from RGB is 242 - color contains mainly: blue. Hex color #C1BAF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1BAF2 is #3E450D. Grayscale: #C2C2C2. Windows color (decimal): -4080910 or 15907521. OLE color: 15907521.

HSL color Cylindrical-coordinate representation of color #C1BAF2: hue angle of 247.5º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C1BAF2 is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB193186242-
CMYK0.200.2300.05
HSL247.5º68.29%83.92%-
HSV(B)247.5º23.14%94.9%-
XYZ55.5852.8791.28-
YUV194.48154.82126.95-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.08%
GREEN value IS 186 (73.05% from 255) = 29.95%
BLUE value IS 242 (94.92% from 255) = 38.97%
R=31.08%
G=29.95%
B=38.97%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1931862420.200.2300.05247.568.2983.92
HexC1BAF2141705f84454
Octal301272362242705370104124
Binary110000011011101011110010101001011101011111100010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BAF2; }

 p { color: rgb(193,186,242); }

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

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

 a { background-color: rgb(193,186,242); }

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

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

 span { border-color: rgb(193,186,242); }

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