Html Css Color HEX #C2BCE0 Melrose

📋 copy color: '#C2BCE0'

red 194 ◦ green 188 ◦ blue 224

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

Shades of Melrose #C2BCE0

Tints of Melrose #C2BCE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 36.96%

R = 32.01%
G = 31.02%
B = 36.96%

CMYK

 C value IS 0.13

 M value IS 0.16

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C2BCE0 (or 0xC2BCE0) is known color: Melrose. HEX triplet: C2, BC and E0. RGB value is (194,188,224). Sum of RGB (Red+Green+Blue) = 194+188+224=606 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.01% from 606); Green value is 188 (73.83% from 255 or 31.02% from 606); Blue value is 224 (87.89% from 255 or 36.96% from 606); Max value from RGB is 224 - color contains mainly: blue. Hex color #C2BCE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BCE0 is #3D431F. Grayscale: #C1C1C1. Windows color (decimal): -4014880 or 14728386. OLE color: 14728386.

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

Color convert

RGB 194 188 224 -
CMYK 0.13 0.16 0 0.12
HSL 250º 0.37% 0.81% -
HSV(B) 250º 0.16% 0.88% -
XYZ 53.69 52.82 77.89 -
YUV 193.9 144.99 128.07 -
System Red Green Blue C M Y K H S L
Decimal 194 188 224 0.13 0.16 0 0.12 250 0.37 0.81
Hex C2 BC E0 D 10 0 C FA 25 51
Octal 302 274 340 15 20 0 14 372 45 121
Binary 11000010 10111100 11100000 1101 10000 0 1100 11111010 100101 1010001

Color Harmonies of #C2BCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BCE0

Black with #C2BCE0

Text Example


Text Example

White with #C2BCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BCE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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