Html Css Color HEX #C4BEED Melrose

📋 copy color: '#C4BEED'

red 196 ◦ green 190 ◦ blue 237

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

Shades of Melrose #C4BEED

Tints of Melrose #C4BEED

RGB

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

 GREEN value IS 190 (74.61% from 255) = 30.5%

 BLUE value IS 237 (92.97% from 255) = 38.04%

R = 31.46%
G = 30.5%
B = 38.04%

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

#C4BEED (or 0xC4BEED) is known color: Melrose. HEX triplet: C4, BE and ED. RGB value is (196,190,237). Sum of RGB (Red+Green+Blue) = 196+190+237=623 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.46% from 623); Green value is 190 (74.61% from 255 or 30.50% from 623); Blue value is 237 (92.97% from 255 or 38.04% from 623); Max value from RGB is 237 - color contains mainly: blue. Hex color #C4BEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BEED is #3B4112. Grayscale: #C4C4C4. Windows color (decimal): -3883283 or 15580868. OLE color: 15580868.

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

Color convert

RGB 196 190 237 -
CMYK 0.17 0.20 0 0.07
HSL 247.66º 0.57% 0.84% -
HSV(B) 247.66º 0.2% 0.93% -
XYZ 56.46 54.68 87.7 -
YUV 197.15 150.49 127.18 -
System Red Green Blue C M Y K H S L
Decimal 196 190 237 0.17 0.20 0 0.07 247.66 0.57 0.84
Hex C4 BE ED 11 14 0 7 F8 39 54
Octal 304 276 355 21 24 0 7 370 71 124
Binary 11000100 10111110 11101101 10001 10100 0 111 11111000 111001 1010100

Color Harmonies of #C4BEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BEED

Black with #C4BEED

Text Example


Text Example

White with #C4BEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BEED; }

 p { color: rgb(196,190,237); }

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

background-color css

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

 a { background-color: rgb(196,190,237); }

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

border-color css

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

 span { border-color: rgb(196,190,237); }

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