#C0BAEE

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

Shades of Melrose #C0BAEE

Tints of Melrose #C0BAEE

Color information

#C0BAEE (or 0xC0BAEE) is unknown color: approx Melrose. HEX triplet: C0, BA and EE. RGB value is (192,186,238). Sum of RGB (Red+Green+Blue) = 192+186+238=616 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.17% from 616); Green value is 186 (73.05% from 255 or 30.19% from 616); Blue value is 238 (93.36% from 255 or 38.64% from 616); Max value from RGB is 238 - color contains mainly: blue. Hex color #C0BAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BAEE is #3F4511. Grayscale: #C1C1C1. Windows color (decimal): -4146450 or 15645376. OLE color: 15645376.

HSL color Cylindrical-coordinate representation of color #C0BAEE: hue angle of 246.92º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0BAEE is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB192186238-
CMYK0.190.2200.07
HSL246.92º60.47%83.14%-
HSV(B)246.92º21.85%93.33%-
XYZ54.7352.588.14-
YUV193.72152.99126.77-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.17%
GREEN value IS 186 (73.05% from 255) = 30.19%
BLUE value IS 238 (93.36% from 255) = 38.64%
R=31.17%
G=30.19%
B=38.64%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1921862380.190.2200.07246.9260.4783.14
HexC0BAEE131607f73c53
Octal30027235623260736774123
Binary11000000101110101110111010011101100111111101111111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BAEE; }

 p { color: rgb(192,186,238); }

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

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

 a { background-color: rgb(192,186,238); }

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

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

 span { border-color: rgb(192,186,238); }

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