Html Css Color HEX #C5BEEC Melrose

📋 copy color: '#C5BEEC'

red 197 ◦ green 190 ◦ blue 236

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

Shades of Melrose #C5BEEC

Tints of Melrose #C5BEEC

RGB

 RED value IS 197 (77.34% from 255) = 31.62%

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

 BLUE value IS 236 (92.58% from 255) = 37.88%

R = 31.62%
G = 30.5%
B = 37.88%

CMYK

 C value IS 0.17

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C5BEEC (or 0xC5BEEC) is known color: Melrose. HEX triplet: C5, BE and EC. RGB value is (197,190,236). Sum of RGB (Red+Green+Blue) = 197+190+236=623 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.62% from 623); Green value is 190 (74.61% from 255 or 30.50% from 623); Blue value is 236 (92.58% from 255 or 37.88% from 623); Max value from RGB is 236 - color contains mainly: blue. Hex color #C5BEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BEEC is #3A4113. Grayscale: #C5C5C5. Windows color (decimal): -3817748 or 15515333. OLE color: 15515333.

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

Color convert

RGB 197 190 236 -
CMYK 0.17 0.19 0 0.07
HSL 249.13º 0.55% 0.84% -
HSV(B) 249.13º 0.19% 0.93% -
XYZ 56.58 54.75 86.94 -
YUV 197.34 149.82 127.76 -
System Red Green Blue C M Y K H S L
Decimal 197 190 236 0.17 0.19 0 0.07 249.13 0.55 0.84
Hex C5 BE EC 11 13 0 7 F9 37 54
Octal 305 276 354 21 23 0 7 371 67 124
Binary 11000101 10111110 11101100 10001 10011 0 111 11111001 110111 1010100

Color Harmonies of #C5BEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BEEC

Black with #C5BEEC

Text Example


Text Example

White with #C5BEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BEEC; }

 p { color: rgb(197,190,236); }

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

background-color css

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

 a { background-color: rgb(197,190,236); }

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

border-color css

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

 span { border-color: rgb(197,190,236); }

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