Html Css Color HEX #C2BCE1 Melrose

📋 copy color: '#C2BCE1'

red 194 ◦ green 188 ◦ blue 225

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

Shades of Melrose #C2BCE1

Tints of Melrose #C2BCE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 37.07%

R = 31.96%
G = 30.97%
B = 37.07%

CMYK

 C value IS 0.14

 M value IS 0.16

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C2BCE1 (or 0xC2BCE1) is known color: Melrose. HEX triplet: C2, BC and E1. RGB value is (194,188,225). Sum of RGB (Red+Green+Blue) = 194+188+225=607 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.96% from 607); Green value is 188 (73.83% from 255 or 30.97% from 607); Blue value is 225 (88.28% from 255 or 37.07% from 607); Max value from RGB is 225 - color contains mainly: blue. Hex color #C2BCE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BCE1 is #3D431E. Grayscale: #C1C1C1. Windows color (decimal): -4014879 or 14793922. OLE color: 14793922.

HSL color Cylindrical-coordinate representation of color #C2BCE1: hue angle of 249.73º degrees, saturation: 0.38, 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 #C2BCE1 is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 194 188 225 -
CMYK 0.14 0.16 0 0.12
HSL 249.73º 0.38% 0.81% -
HSV(B) 249.73º 0.16% 0.88% -
XYZ 53.82 52.87 78.6 -
YUV 194.01 145.49 127.99 -
System Red Green Blue C M Y K H S L
Decimal 194 188 225 0.14 0.16 0 0.12 249.73 0.38 0.81
Hex C2 BC E1 E 10 0 C FA 26 51
Octal 302 274 341 16 20 0 14 372 46 121
Binary 11000010 10111100 11100001 1110 10000 0 1100 11111010 100110 1010001

Color Harmonies of #C2BCE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BCE1

Black with #C2BCE1

Text Example


Text Example

White with #C2BCE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BCE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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