Html Css Color HEX #C4BFDC Melrose

📋 copy color: '#C4BFDC'

red 196 ◦ green 191 ◦ blue 220

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

Shades of Melrose #C4BFDC

Tints of Melrose #C4BFDC

RGB

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

 GREEN value IS 191 (75% from 255) = 31.47%

 BLUE value IS 220 (86.33% from 255) = 36.24%

R = 32.29%
G = 31.47%
B = 36.24%

CMYK

 C value IS 0.11

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C4BFDC (or 0xC4BFDC) is known color: Melrose. HEX triplet: C4, BF and DC. RGB value is (196,191,220). Sum of RGB (Red+Green+Blue) = 196+191+220=607 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.29% from 607); Green value is 191 (75% from 255 or 31.47% from 607); Blue value is 220 (86.33% from 255 or 36.24% from 607); Max value from RGB is 220 - color contains mainly: blue. Hex color #C4BFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BFDC is #3B4023. Grayscale: #C3C3C3. Windows color (decimal): -3883044 or 14467012. OLE color: 14467012.

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

Color convert

RGB 196 191 220 -
CMYK 0.11 0.13 0 0.14
HSL 250.34º 0.29% 0.81% -
HSV(B) 250.34º 0.13% 0.86% -
XYZ 54.31 54.16 75.3 -
YUV 195.8 141.66 128.14 -
System Red Green Blue C M Y K H S L
Decimal 196 191 220 0.11 0.13 0 0.14 250.34 0.29 0.81
Hex C4 BF DC B D 0 E FA 1D 51
Octal 304 277 334 13 15 0 16 372 35 121
Binary 11000100 10111111 11011100 1011 1101 0 1110 11111010 11101 1010001

Color Harmonies of #C4BFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BFDC

Black with #C4BFDC

Text Example


Text Example

White with #C4BFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BFDC; }

 p { color: rgb(196,191,220); }

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

background-color css

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

 a { background-color: rgb(196,191,220); }

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

border-color css

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

 span { border-color: rgb(196,191,220); }

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