Html Css Color HEX #C5BAEB Melrose

📋 copy color: '#C5BAEB'

red 197 ◦ green 186 ◦ blue 235

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

Shades of Melrose #C5BAEB

Tints of Melrose #C5BAEB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 30.1%

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

R = 31.88%
G = 30.1%
B = 38.03%

CMYK

 C value IS 0.16

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C5BAEB (or 0xC5BAEB) is known color: Melrose. HEX triplet: C5, BA and EB. RGB value is (197,186,235). Sum of RGB (Red+Green+Blue) = 197+186+235=618 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.88% from 618); Green value is 186 (73.05% from 255 or 30.10% from 618); Blue value is 235 (92.19% from 255 or 38.03% from 618); Max value from RGB is 235 - color contains mainly: blue. Hex color #C5BAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BAEB is #3A4514. Grayscale: #C2C2C2. Windows color (decimal): -3818773 or 15448773. OLE color: 15448773.

HSL color Cylindrical-coordinate representation of color #C5BAEB: hue angle of 253.47º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C5BAEB is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 197 186 235 -
CMYK 0.16 0.21 0 0.08
HSL 253.47º 0.55% 0.83% -
HSV(B) 253.47º 0.21% 0.92% -
XYZ 55.58 52.99 85.9 -
YUV 194.88 150.64 129.52 -
System Red Green Blue C M Y K H S L
Decimal 197 186 235 0.16 0.21 0 0.08 253.47 0.55 0.83
Hex C5 BA EB 10 15 0 8 FD 37 53
Octal 305 272 353 20 25 0 10 375 67 123
Binary 11000101 10111010 11101011 10000 10101 0 1000 11111101 110111 1010011

Color Harmonies of #C5BAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BAEB

Black with #C5BAEB

Text Example


Text Example

White with #C5BAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BAEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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