Html Css Color HEX #C5BAEC Melrose

📋 copy color: '#C5BAEC'

red 197 ◦ green 186 ◦ blue 236

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

Shades of Melrose #C5BAEC

Tints of Melrose #C5BAEC

RGB

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

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

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

R = 31.83%
G = 30.05%
B = 38.13%

CMYK

 C value IS 0.17

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C5BAEC (or 0xC5BAEC) is known color: Melrose. HEX triplet: C5, BA and EC. RGB value is (197,186,236). Sum of RGB (Red+Green+Blue) = 197+186+236=619 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.83% from 619); Green value is 186 (73.05% from 255 or 30.05% from 619); Blue value is 236 (92.58% from 255 or 38.13% from 619); Max value from RGB is 236 - color contains mainly: blue. Hex color #C5BAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BAEC is #3A4513. Grayscale: #C2C2C2. Windows color (decimal): -3818772 or 15514309. OLE color: 15514309.

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

Color convert

RGB 197 186 236 -
CMYK 0.17 0.21 0 0.07
HSL 253.2º 0.57% 0.83% -
HSV(B) 253.2º 0.21% 0.93% -
XYZ 55.73 53.04 86.66 -
YUV 194.99 151.14 129.43 -
System Red Green Blue C M Y K H S L
Decimal 197 186 236 0.17 0.21 0 0.07 253.2 0.57 0.83
Hex C5 BA EC 11 15 0 7 FD 39 53
Octal 305 272 354 21 25 0 7 375 71 123
Binary 11000101 10111010 11101100 10001 10101 0 111 11111101 111001 1010011

Color Harmonies of #C5BAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BAEC

Black with #C5BAEC

Text Example


Text Example

White with #C5BAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BAEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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