Html Css Color HEX #C2BCDF Melrose

📋 copy color: '#C2BCDF'

red 194 ◦ green 188 ◦ blue 223

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

Shades of Melrose #C2BCDF

Tints of Melrose #C2BCDF

RGB

 RED value IS 194 (76.17% from 255) = 32.07%

 GREEN value IS 188 (73.83% from 255) = 31.07%

 BLUE value IS 223 (87.5% from 255) = 36.86%

R = 32.07%
G = 31.07%
B = 36.86%

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

#C2BCDF (or 0xC2BCDF) is known color: Melrose. HEX triplet: C2, BC and DF. RGB value is (194,188,223). Sum of RGB (Red+Green+Blue) = 194+188+223=605 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.07% from 605); Green value is 188 (73.83% from 255 or 31.07% from 605); Blue value is 223 (87.5% from 255 or 36.86% from 605); Max value from RGB is 223 - color contains mainly: blue. Hex color #C2BCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BCDF is #3D4320. Grayscale: #C1C1C1. Windows color (decimal): -4014881 or 14662850. OLE color: 14662850.

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

Color convert

RGB 194 188 223 -
CMYK 0.13 0.16 0 0.13
HSL 250.29º 0.35% 0.81% -
HSV(B) 250.29º 0.16% 0.87% -
XYZ 53.55 52.76 77.17 -
YUV 193.78 144.49 128.15 -
System Red Green Blue C M Y K H S L
Decimal 194 188 223 0.13 0.16 0 0.13 250.29 0.35 0.81
Hex C2 BC DF D 10 0 D FA 23 51
Octal 302 274 337 15 20 0 15 372 43 121
Binary 11000010 10111100 11011111 1101 10000 0 1101 11111010 100011 1010001

Color Harmonies of #C2BCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BCDF

Black with #C2BCDF

Text Example


Text Example

White with #C2BCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BCDF; }

 p { color: rgb(194,188,223); }

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

background-color css

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

 a { background-color: rgb(194,188,223); }

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

border-color css

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

 span { border-color: rgb(194,188,223); }

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