Html Css Color HEX #C0BAEF Melrose

📋 copy color: '#C0BAEF'

red 192 ◦ green 186 ◦ blue 239

#C0BAEF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Melrose #C0BAEF

Tints of Melrose #C0BAEF

RGB

 RED value IS 192 (75.39% from 255) = 31.12%

 GREEN value IS 186 (73.05% from 255) = 30.15%

 BLUE value IS 239 (93.75% from 255) = 38.74%

R = 31.12%
G = 30.15%
B = 38.74%

CMYK

 C value IS 0.20

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C0BAEF (or 0xC0BAEF) is known color: Melrose. HEX triplet: C0, BA and EF. RGB value is (192,186,239). Sum of RGB (Red+Green+Blue) = 192+186+239=617 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.12% from 617); Green value is 186 (73.05% from 255 or 30.15% from 617); Blue value is 239 (93.75% from 255 or 38.74% from 617); Max value from RGB is 239 - color contains mainly: blue. Hex color #C0BAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BAEF is #3F4510. Grayscale: #C1C1C1. Windows color (decimal): -4146449 or 15710912. OLE color: 15710912.

HSL color Cylindrical-coordinate representation of color #C0BAEF: hue angle of 246.79º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0BAEF is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 192 186 239 -
CMYK 0.20 0.22 0 0.06
HSL 246.79º 0.62% 0.83% -
HSV(B) 246.79º 0.22% 0.94% -
XYZ 54.88 52.56 88.91 -
YUV 193.84 153.49 126.69 -
System Red Green Blue C M Y K H S L
Decimal 192 186 239 0.20 0.22 0 0.06 246.79 0.62 0.83
Hex C0 BA EF 14 16 0 6 F7 3E 53
Octal 300 272 357 24 26 0 6 367 76 123
Binary 11000000 10111010 11101111 10100 10110 0 110 11110111 111110 1010011

Color Harmonies of #C0BAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BAEF

Black with #C0BAEF

Text Example


Text Example

White with #C0BAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BAEF; }

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

 H1.HeaderClassName
 {
   color: #C0BAEF;
 }
 .AnyTagClassName
 {
   color: #C0BAEF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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