Html Css Color HEX #C4BCDA Melrose

📋 copy color: '#C4BCDA'

red 196 ◦ green 188 ◦ blue 218

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

Shades of Melrose #C4BCDA

Tints of Melrose #C4BCDA

RGB

 RED value IS 196 (76.95% from 255) = 32.56%

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

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

R = 32.56%
G = 31.23%
B = 36.21%

CMYK

 C value IS 0.10

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C4BCDA (or 0xC4BCDA) is known color: Melrose. HEX triplet: C4, BC and DA. RGB value is (196,188,218). Sum of RGB (Red+Green+Blue) = 196+188+218=602 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.56% from 602); Green value is 188 (73.83% from 255 or 31.23% from 602); Blue value is 218 (85.55% from 255 or 36.21% from 602); Max value from RGB is 218 - color contains mainly: blue. Hex color #C4BCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BCDA is #3B4325. Grayscale: #C1C1C1. Windows color (decimal): -3883814 or 14335172. OLE color: 14335172.

HSL color Cylindrical-coordinate representation of color #C4BCDA: hue angle of 256º 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 #C4BCDA is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 196 188 218 -
CMYK 0.10 0.14 0 0.15
HSL 256º 0.29% 0.8% -
HSV(B) 256º 0.14% 0.85% -
XYZ 53.4 52.76 73.7 -
YUV 193.81 141.65 129.56 -
System Red Green Blue C M Y K H S L
Decimal 196 188 218 0.10 0.14 0 0.15 256 0.29 0.8
Hex C4 BC DA A E 0 F 100 1D 50
Octal 304 274 332 12 16 0 17 400 35 120
Binary 11000100 10111100 11011010 1010 1110 0 1111 100000000 11101 1010000

Color Harmonies of #C4BCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BCDA

Black with #C4BCDA

Text Example


Text Example

White with #C4BCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BCDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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