Html Css Color HEX #C5BDED Melrose

📋 copy color: '#C5BDED'

red 197 ◦ green 189 ◦ blue 237

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

Shades of Melrose #C5BDED

Tints of Melrose #C5BDED

RGB

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

 GREEN value IS 189 (74.22% from 255) = 30.34%

 BLUE value IS 237 (92.97% from 255) = 38.04%

R = 31.62%
G = 30.34%
B = 38.04%

CMYK

 C value IS 0.17

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C5BDED (or 0xC5BDED) is known color: Melrose. HEX triplet: C5, BD and ED. RGB value is (197,189,237). Sum of RGB (Red+Green+Blue) = 197+189+237=623 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.62% from 623); Green value is 189 (74.22% from 255 or 30.34% from 623); Blue value is 237 (92.97% from 255 or 38.04% from 623); Max value from RGB is 237 - color contains mainly: blue. Hex color #C5BDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BDED is #3A4212. Grayscale: #C4C4C4. Windows color (decimal): -3818003 or 15580613. OLE color: 15580613.

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

Color convert

RGB 197 189 237 -
CMYK 0.17 0.20 0 0.07
HSL 250º 0.57% 0.84% -
HSV(B) 250º 0.2% 0.93% -
XYZ 56.51 54.38 87.64 -
YUV 196.86 150.65 128.1 -
System Red Green Blue C M Y K H S L
Decimal 197 189 237 0.17 0.20 0 0.07 250 0.57 0.84
Hex C5 BD ED 11 14 0 7 FA 39 54
Octal 305 275 355 21 24 0 7 372 71 124
Binary 11000101 10111101 11101101 10001 10100 0 111 11111010 111001 1010100

Color Harmonies of #C5BDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BDED

Black with #C5BDED

Text Example


Text Example

White with #C5BDED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BDED; }

 p { color: rgb(197,189,237); }

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

background-color css

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

 a { background-color: rgb(197,189,237); }

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

border-color css

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

 span { border-color: rgb(197,189,237); }

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