Html Css Color HEX #C5BEEB Melrose

📋 copy color: '#C5BEEB'

red 197 ◦ green 190 ◦ blue 235

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

Shades of Melrose #C5BEEB

Tints of Melrose #C5BEEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 37.78%

R = 31.67%
G = 30.55%
B = 37.78%

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

#C5BEEB (or 0xC5BEEB) is known color: Melrose. HEX triplet: C5, BE and EB. RGB value is (197,190,235). Sum of RGB (Red+Green+Blue) = 197+190+235=622 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.67% from 622); Green value is 190 (74.61% from 255 or 30.55% from 622); Blue value is 235 (92.19% from 255 or 37.78% from 622); Max value from RGB is 235 - color contains mainly: blue. Hex color #C5BEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BEEB is #3A4114. Grayscale: #C5C5C5. Windows color (decimal): -3817749 or 15449797. OLE color: 15449797.

HSL color Cylindrical-coordinate representation of color #C5BEEB: hue angle of 249.33º degrees, saturation: 0.53, 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 #C5BEEB is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 197 190 235 -
CMYK 0.16 0.19 0 0.08
HSL 249.33º 0.53% 0.83% -
HSV(B) 249.33º 0.19% 0.92% -
XYZ 56.43 54.7 86.18 -
YUV 197.22 149.32 127.84 -
System Red Green Blue C M Y K H S L
Decimal 197 190 235 0.16 0.19 0 0.08 249.33 0.53 0.83
Hex C5 BE EB 10 13 0 8 F9 35 53
Octal 305 276 353 20 23 0 10 371 65 123
Binary 11000101 10111110 11101011 10000 10011 0 1000 11111001 110101 1010011

Color Harmonies of #C5BEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BEEB

Black with #C5BEEB

Text Example


Text Example

White with #C5BEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BEEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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