Html Css Color HEX #C5BFE6 Melrose

📋 copy color: '#C5BFE6'

red 197 ◦ green 191 ◦ blue 230

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

Shades of Melrose #C5BFE6

Tints of Melrose #C5BFE6

RGB

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

 GREEN value IS 191 (75% from 255) = 30.91%

 BLUE value IS 230 (90.23% from 255) = 37.22%

R = 31.88%
G = 30.91%
B = 37.22%

CMYK

 C value IS 0.14

 M value IS 0.17

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C5BFE6 (or 0xC5BFE6) is known color: Melrose. HEX triplet: C5, BF and E6. RGB value is (197,191,230). Sum of RGB (Red+Green+Blue) = 197+191+230=618 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.88% from 618); Green value is 191 (75% from 255 or 30.91% from 618); Blue value is 230 (90.23% from 255 or 37.22% from 618); Max value from RGB is 230 - color contains mainly: blue. Hex color #C5BFE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BFE6 is #3A4019. Grayscale: #C5C5C5. Windows color (decimal): -3817498 or 15122373. OLE color: 15122373.

HSL color Cylindrical-coordinate representation of color #C5BFE6: hue angle of 249.23º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C5BFE6 is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 197 191 230 -
CMYK 0.14 0.17 0 0.10
HSL 249.23º 0.44% 0.83% -
HSV(B) 249.23º 0.17% 0.9% -
XYZ 55.94 54.85 82.5 -
YUV 197.24 146.49 127.83 -
System Red Green Blue C M Y K H S L
Decimal 197 191 230 0.14 0.17 0 0.10 249.23 0.44 0.83
Hex C5 BF E6 E 11 0 A F9 2C 53
Octal 305 277 346 16 21 0 12 371 54 123
Binary 11000101 10111111 11100110 1110 10001 0 1010 11111001 101100 1010011

Color Harmonies of #C5BFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BFE6

Black with #C5BFE6

Text Example


Text Example

White with #C5BFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BFE6; }

 p { color: rgb(197,191,230); }

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

background-color css

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

 a { background-color: rgb(197,191,230); }

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

border-color css

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

 span { border-color: rgb(197,191,230); }

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