Html Css Color HEX #C5BDF2 Melrose

📋 copy color: '#C5BDF2'

red 197 ◦ green 189 ◦ blue 242

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

Shades of Melrose #C5BDF2

Tints of Melrose #C5BDF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 38.54%

R = 31.37%
G = 30.1%
B = 38.54%

CMYK

 C value IS 0.19

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C5BDF2 (or 0xC5BDF2) is known color: Melrose. HEX triplet: C5, BD and F2. RGB value is (197,189,242). Sum of RGB (Red+Green+Blue) = 197+189+242=628 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.37% from 628); Green value is 189 (74.22% from 255 or 30.10% from 628); Blue value is 242 (94.92% from 255 or 38.54% from 628); Max value from RGB is 242 - color contains mainly: blue. Hex color #C5BDF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BDF2 is #3A420D. Grayscale: #C5C5C5. Windows color (decimal): -3817998 or 15908293. OLE color: 15908293.

HSL color Cylindrical-coordinate representation of color #C5BDF2: hue angle of 249.06º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5BDF2 is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 197 189 242 -
CMYK 0.19 0.22 0 0.05
HSL 249.06º 0.67% 0.85% -
HSV(B) 249.06º 0.22% 0.95% -
XYZ 57.25 54.68 91.54 -
YUV 197.43 153.15 127.69 -
System Red Green Blue C M Y K H S L
Decimal 197 189 242 0.19 0.22 0 0.05 249.06 0.67 0.85
Hex C5 BD F2 13 16 0 5 F9 43 55
Octal 305 275 362 23 26 0 5 371 103 125
Binary 11000101 10111101 11110010 10011 10110 0 101 11111001 1000011 1010101

Color Harmonies of #C5BDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BDF2

Black with #C5BDF2

Text Example


Text Example

White with #C5BDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BDF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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