Html Css Color HEX #C4BDE9 Melrose

📋 copy color: '#C4BDE9'

red 196 ◦ green 189 ◦ blue 233

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

Shades of Melrose #C4BDE9

Tints of Melrose #C4BDE9

RGB

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

 GREEN value IS 189 (74.22% from 255) = 30.58%

 BLUE value IS 233 (91.41% from 255) = 37.7%

R = 31.72%
G = 30.58%
B = 37.7%

CMYK

 C value IS 0.16

 M value IS 0.19

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C4BDE9 (or 0xC4BDE9) is known color: Melrose. HEX triplet: C4, BD and E9. RGB value is (196,189,233). Sum of RGB (Red+Green+Blue) = 196+189+233=618 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.72% from 618); Green value is 189 (74.22% from 255 or 30.58% from 618); Blue value is 233 (91.41% from 255 or 37.70% from 618); Max value from RGB is 233 - color contains mainly: blue. Hex color #C4BDE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BDE9 is #3B4216. Grayscale: #C3C3C3. Windows color (decimal): -3883543 or 15318468. OLE color: 15318468.

HSL color Cylindrical-coordinate representation of color #C4BDE9: hue angle of 249.55º degrees, saturation: 0.5, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C4BDE9 is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 196 189 233 -
CMYK 0.16 0.19 0 0.09
HSL 249.55º 0.5% 0.83% -
HSV(B) 249.55º 0.19% 0.91% -
XYZ 55.67 54.01 84.58 -
YUV 196.11 148.82 127.92 -
System Red Green Blue C M Y K H S L
Decimal 196 189 233 0.16 0.19 0 0.09 249.55 0.5 0.83
Hex C4 BD E9 10 13 0 9 FA 32 53
Octal 304 275 351 20 23 0 11 372 62 123
Binary 11000100 10111101 11101001 10000 10011 0 1001 11111010 110010 1010011

Color Harmonies of #C4BDE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BDE9

Black with #C4BDE9

Text Example


Text Example

White with #C4BDE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BDE9; }

 p { color: rgb(196,189,233); }

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

background-color css

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

 a { background-color: rgb(196,189,233); }

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

border-color css

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

 span { border-color: rgb(196,189,233); }

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