Html Css Color HEX #C4BFE0 Melrose

📋 copy color: '#C4BFE0'

red 196 ◦ green 191 ◦ blue 224

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

Shades of Melrose #C4BFE0

Tints of Melrose #C4BFE0

RGB

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

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

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

R = 32.08%
G = 31.26%
B = 36.66%

CMYK

 C value IS 0.12

 M value IS 0.15

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C4BFE0 (or 0xC4BFE0) is known color: Melrose. HEX triplet: C4, BF and E0. RGB value is (196,191,224). Sum of RGB (Red+Green+Blue) = 196+191+224=611 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.08% from 611); Green value is 191 (75% from 255 or 31.26% from 611); Blue value is 224 (87.89% from 255 or 36.66% from 611); Max value from RGB is 224 - color contains mainly: blue. Hex color #C4BFE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BFE0 is #3B401F. Grayscale: #C4C4C4. Windows color (decimal): -3883040 or 14729156. OLE color: 14729156.

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

Color convert

RGB 196 191 224 -
CMYK 0.12 0.15 0 0.12
HSL 249.09º 0.35% 0.81% -
HSV(B) 249.09º 0.15% 0.88% -
XYZ 54.85 54.38 78.13 -
YUV 196.26 143.66 127.82 -
System Red Green Blue C M Y K H S L
Decimal 196 191 224 0.12 0.15 0 0.12 249.09 0.35 0.81
Hex C4 BF E0 C F 0 C F9 23 51
Octal 304 277 340 14 17 0 14 371 43 121
Binary 11000100 10111111 11100000 1100 1111 0 1100 11111001 100011 1010001

Color Harmonies of #C4BFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BFE0

Black with #C4BFE0

Text Example


Text Example

White with #C4BFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BFE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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