Html Css Color HEX #C0BADD Melrose

📋 copy color: '#C0BADD'

red 192 ◦ green 186 ◦ blue 221

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

Shades of Melrose #C0BADD

Tints of Melrose #C0BADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.89%

R = 32.05%
G = 31.05%
B = 36.89%

CMYK

 C value IS 0.13

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C0BADD (or 0xC0BADD) is known color: Melrose. HEX triplet: C0, BA and DD. RGB value is (192,186,221). Sum of RGB (Red+Green+Blue) = 192+186+221=599 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32.05% from 599); Green value is 186 (73.05% from 255 or 31.05% from 599); Blue value is 221 (86.72% from 255 or 36.89% from 599); Max value from RGB is 221 - color contains mainly: blue. Hex color #C0BADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BADD is #3F4522. Grayscale: #BFBFBF. Windows color (decimal): -4146467 or 14531264. OLE color: 14531264.

HSL color Cylindrical-coordinate representation of color #C0BADD: hue angle of 250.29º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C0BADD is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 186 221 -
CMYK 0.13 0.16 0 0.13
HSL 250.29º 0.34% 0.8% -
HSV(B) 250.29º 0.16% 0.87% -
XYZ 52.35 51.54 75.6 -
YUV 191.78 144.49 128.15 -
System Red Green Blue C M Y K H S L
Decimal 192 186 221 0.13 0.16 0 0.13 250.29 0.34 0.8
Hex C0 BA DD D 10 0 D FA 22 50
Octal 300 272 335 15 20 0 15 372 42 120
Binary 11000000 10111010 11011101 1101 10000 0 1101 11111010 100010 1010000

Color Harmonies of #C0BADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BADD

Black with #C0BADD

Text Example


Text Example

White with #C0BADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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