Html Css Color HEX #C4BDE0 Melrose

📋 copy color: '#C4BDE0'

red 196 ◦ green 189 ◦ blue 224

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

Shades of Melrose #C4BDE0

Tints of Melrose #C4BDE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 36.78%

R = 32.18%
G = 31.03%
B = 36.78%

CMYK

 C value IS 0.12

 M value IS 0.16

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C4BDE0 (or 0xC4BDE0) is known color: Melrose. HEX triplet: C4, BD and E0. RGB value is (196,189,224). Sum of RGB (Red+Green+Blue) = 196+189+224=609 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.18% from 609); Green value is 189 (74.22% from 255 or 31.03% from 609); Blue value is 224 (87.89% from 255 or 36.78% from 609); Max value from RGB is 224 - color contains mainly: blue. Hex color #C4BDE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BDE0 is #3B421F. Grayscale: #C2C2C2. Windows color (decimal): -3883552 or 14728644. OLE color: 14728644.

HSL color Cylindrical-coordinate representation of color #C4BDE0: hue angle of 252º degrees, saturation: 0.36, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C4BDE0 is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 196 189 224 -
CMYK 0.12 0.16 0 0.12
HSL 252º 0.36% 0.81% -
HSV(B) 252º 0.16% 0.88% -
XYZ 54.42 53.51 77.98 -
YUV 195.08 144.32 128.65 -
System Red Green Blue C M Y K H S L
Decimal 196 189 224 0.12 0.16 0 0.12 252 0.36 0.81
Hex C4 BD E0 C 10 0 C FC 24 51
Octal 304 275 340 14 20 0 14 374 44 121
Binary 11000100 10111101 11100000 1100 10000 0 1100 11111100 100100 1010001

Color Harmonies of #C4BDE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BDE0

Black with #C4BDE0

Text Example


Text Example

White with #C4BDE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BDE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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