Html Css Color HEX #C4BDEA Melrose

📋 copy color: '#C4BDEA'

red 196 ◦ green 189 ◦ blue 234

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

Shades of Melrose #C4BDEA

Tints of Melrose #C4BDEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 37.8%

R = 31.66%
G = 30.53%
B = 37.8%

CMYK

 C value IS 0.16

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C4BDEA (or 0xC4BDEA) is known color: Melrose. HEX triplet: C4, BD and EA. RGB value is (196,189,234). Sum of RGB (Red+Green+Blue) = 196+189+234=619 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.66% from 619); Green value is 189 (74.22% from 255 or 30.53% from 619); Blue value is 234 (91.80% from 255 or 37.80% from 619); Max value from RGB is 234 - color contains mainly: blue. Hex color #C4BDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BDEA is #3B4215. Grayscale: #C4C4C4. Windows color (decimal): -3883542 or 15384004. OLE color: 15384004.

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

Color convert

RGB 196 189 234 -
CMYK 0.16 0.19 0 0.08
HSL 249.33º 0.52% 0.83% -
HSV(B) 249.33º 0.19% 0.92% -
XYZ 55.81 54.07 85.34 -
YUV 196.22 149.32 127.84 -
System Red Green Blue C M Y K H S L
Decimal 196 189 234 0.16 0.19 0 0.08 249.33 0.52 0.83
Hex C4 BD EA 10 13 0 8 F9 34 53
Octal 304 275 352 20 23 0 10 371 64 123
Binary 11000100 10111101 11101010 10000 10011 0 1000 11111001 110100 1010011

Color Harmonies of #C4BDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BDEA

Black with #C4BDEA

Text Example


Text Example

White with #C4BDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BDEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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