Html Css Color HEX #C4BCEC Melrose

📋 copy color: '#C4BCEC'

red 196 ◦ green 188 ◦ blue 236

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

Shades of Melrose #C4BCEC

Tints of Melrose #C4BCEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 38.06%

R = 31.61%
G = 30.32%
B = 38.06%

CMYK

 C value IS 0.17

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C4BCEC (or 0xC4BCEC) is known color: Melrose. HEX triplet: C4, BC and EC. RGB value is (196,188,236). Sum of RGB (Red+Green+Blue) = 196+188+236=620 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.61% from 620); Green value is 188 (73.83% from 255 or 30.32% from 620); Blue value is 236 (92.58% from 255 or 38.06% from 620); Max value from RGB is 236 - color contains mainly: blue. Hex color #C4BCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BCEC is #3B4313. Grayscale: #C3C3C3. Windows color (decimal): -3883796 or 15514820. OLE color: 15514820.

HSL color Cylindrical-coordinate representation of color #C4BCEC: hue angle of 250º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C4BCEC is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 196 188 236 -
CMYK 0.17 0.20 0 0.07
HSL 250º 0.56% 0.83% -
HSV(B) 250º 0.2% 0.93% -
XYZ 55.89 53.76 86.79 -
YUV 195.86 150.65 128.1 -
System Red Green Blue C M Y K H S L
Decimal 196 188 236 0.17 0.20 0 0.07 250 0.56 0.83
Hex C4 BC EC 11 14 0 7 FA 38 53
Octal 304 274 354 21 24 0 7 372 70 123
Binary 11000100 10111100 11101100 10001 10100 0 111 11111010 111000 1010011

Color Harmonies of #C4BCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BCEC

Black with #C4BCEC

Text Example


Text Example

White with #C4BCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BCEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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