Html Css Color HEX #C0BAEC Melrose

📋 copy color: '#C0BAEC'

red 192 ◦ green 186 ◦ blue 236

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

Shades of Melrose #C0BAEC

Tints of Melrose #C0BAEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 38.44%

R = 31.27%
G = 30.29%
B = 38.44%

CMYK

 C value IS 0.19

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C0BAEC (or 0xC0BAEC) is known color: Melrose. HEX triplet: C0, BA and EC. RGB value is (192,186,236). Sum of RGB (Red+Green+Blue) = 192+186+236=614 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.27% from 614); Green value is 186 (73.05% from 255 or 30.29% from 614); Blue value is 236 (92.58% from 255 or 38.44% from 614); Max value from RGB is 236 - color contains mainly: blue. Hex color #C0BAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BAEC is #3F4513. Grayscale: #C1C1C1. Windows color (decimal): -4146452 or 15514304. OLE color: 15514304.

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

Color convert

RGB 192 186 236 -
CMYK 0.19 0.21 0 0.07
HSL 247.2º 0.57% 0.83% -
HSV(B) 247.2º 0.21% 0.93% -
XYZ 54.44 52.38 86.6 -
YUV 193.49 151.99 126.93 -
System Red Green Blue C M Y K H S L
Decimal 192 186 236 0.19 0.21 0 0.07 247.2 0.57 0.83
Hex C0 BA EC 13 15 0 7 F7 39 53
Octal 300 272 354 23 25 0 7 367 71 123
Binary 11000000 10111010 11101100 10011 10101 0 111 11110111 111001 1010011

Color Harmonies of #C0BAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BAEC

Black with #C0BAEC

Text Example


Text Example

White with #C0BAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BAEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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