Html Css Color HEX #C2BCDA Melrose

📋 copy color: '#C2BCDA'

red 194 ◦ green 188 ◦ blue 218

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

Shades of Melrose #C2BCDA

Tints of Melrose #C2BCDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.33%

R = 32.33%
G = 31.33%
B = 36.33%

CMYK

 C value IS 0.11

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C2BCDA (or 0xC2BCDA) is known color: Melrose. HEX triplet: C2, BC and DA. RGB value is (194,188,218). Sum of RGB (Red+Green+Blue) = 194+188+218=600 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.33% from 600); Green value is 188 (73.83% from 255 or 31.33% from 600); Blue value is 218 (85.55% from 255 or 36.33% from 600); Max value from RGB is 218 - color contains mainly: blue. Hex color #C2BCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BCDA is #3D4325. Grayscale: #C1C1C1. Windows color (decimal): -4014886 or 14335170. OLE color: 14335170.

HSL color Cylindrical-coordinate representation of color #C2BCDA: hue angle of 252º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C2BCDA is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 194 188 218 -
CMYK 0.11 0.14 0 0.15
HSL 252º 0.29% 0.8% -
HSV(B) 252º 0.14% 0.85% -
XYZ 52.89 52.5 73.68 -
YUV 193.21 141.99 128.56 -
System Red Green Blue C M Y K H S L
Decimal 194 188 218 0.11 0.14 0 0.15 252 0.29 0.8
Hex C2 BC DA B E 0 F FC 1D 50
Octal 302 274 332 13 16 0 17 374 35 120
Binary 11000010 10111100 11011010 1011 1110 0 1111 11111100 11101 1010000

Color Harmonies of #C2BCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BCDA

Black with #C2BCDA

Text Example


Text Example

White with #C2BCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BCDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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