Html Css Color HEX #C5BBDA Melrose

📋 copy color: '#C5BBDA'

red 197 ◦ green 187 ◦ blue 218

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

Shades of Melrose #C5BBDA

Tints of Melrose #C5BBDA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.06%

 BLUE value IS 218 (85.55% from 255) = 36.21%

R = 32.72%
G = 31.06%
B = 36.21%

CMYK

 C value IS 0.10

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C5BBDA (or 0xC5BBDA) is known color: Melrose. HEX triplet: C5, BB and DA. RGB value is (197,187,218). Sum of RGB (Red+Green+Blue) = 197+187+218=602 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.72% from 602); Green value is 187 (73.44% from 255 or 31.06% from 602); Blue value is 218 (85.55% from 255 or 36.21% from 602); Max value from RGB is 218 - color contains mainly: blue. Hex color #C5BBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BBDA is #3A4425. Grayscale: #C1C1C1. Windows color (decimal): -3818534 or 14334917. OLE color: 14334917.

HSL color Cylindrical-coordinate representation of color #C5BBDA: hue angle of 259.35º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C5BBDA is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 197 187 218 -
CMYK 0.10 0.14 0 0.15
HSL 259.35º 0.3% 0.79% -
HSV(B) 259.35º 0.14% 0.85% -
XYZ 53.45 52.47 73.64 -
YUV 193.52 141.81 130.48 -
System Red Green Blue C M Y K H S L
Decimal 197 187 218 0.10 0.14 0 0.15 259.35 0.3 0.79
Hex C5 BB DA A E 0 F 103 1E 4F
Octal 305 273 332 12 16 0 17 403 36 117
Binary 11000101 10111011 11011010 1010 1110 0 1111 100000011 11110 1001111

Color Harmonies of #C5BBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BBDA

Black with #C5BBDA

Text Example


Text Example

White with #C5BBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BBDA; }

 p { color: rgb(197,187,218); }

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

background-color css

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

 a { background-color: rgb(197,187,218); }

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

border-color css

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

 span { border-color: rgb(197,187,218); }

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