Html Css Color HEX #C5BAE9 Melrose

📋 copy color: '#C5BAE9'

red 197 ◦ green 186 ◦ blue 233

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

Shades of Melrose #C5BAE9

Tints of Melrose #C5BAE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 37.82%

R = 31.98%
G = 30.19%
B = 37.82%

CMYK

 C value IS 0.15

 M value IS 0.20

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C5BAE9 (or 0xC5BAE9) is known color: Melrose. HEX triplet: C5, BA and E9. RGB value is (197,186,233). Sum of RGB (Red+Green+Blue) = 197+186+233=616 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.98% from 616); Green value is 186 (73.05% from 255 or 30.19% from 616); Blue value is 233 (91.41% from 255 or 37.82% from 616); Max value from RGB is 233 - color contains mainly: blue. Hex color #C5BAE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BAE9 is #3A4516. Grayscale: #C2C2C2. Windows color (decimal): -3818775 or 15317701. OLE color: 15317701.

HSL color Cylindrical-coordinate representation of color #C5BAE9: hue angle of 254.04º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C5BAE9 is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 197 186 233 -
CMYK 0.15 0.20 0 0.09
HSL 254.04º 0.52% 0.82% -
HSV(B) 254.04º 0.2% 0.91% -
XYZ 55.29 52.87 84.38 -
YUV 194.65 149.64 129.68 -
System Red Green Blue C M Y K H S L
Decimal 197 186 233 0.15 0.20 0 0.09 254.04 0.52 0.82
Hex C5 BA E9 F 14 0 9 FE 34 52
Octal 305 272 351 17 24 0 11 376 64 122
Binary 11000101 10111010 11101001 1111 10100 0 1001 11111110 110100 1010010

Color Harmonies of #C5BAE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BAE9

Black with #C5BAE9

Text Example


Text Example

White with #C5BAE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BAE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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