Html Css Color HEX #C5BFEB Melrose

📋 copy color: '#C5BFEB'

red 197 ◦ green 191 ◦ blue 235

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

Shades of Melrose #C5BFEB

Tints of Melrose #C5BFEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 37.72%

R = 31.62%
G = 30.66%
B = 37.72%

CMYK

 C value IS 0.16

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C5BFEB (or 0xC5BFEB) is known color: Melrose. HEX triplet: C5, BF and EB. RGB value is (197,191,235). Sum of RGB (Red+Green+Blue) = 197+191+235=623 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.62% from 623); Green value is 191 (75% from 255 or 30.66% from 623); Blue value is 235 (92.19% from 255 or 37.72% from 623); Max value from RGB is 235 - color contains mainly: blue. Hex color #C5BFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BFEB is #3A4014. Grayscale: #C5C5C5. Windows color (decimal): -3817493 or 15450053. OLE color: 15450053.

HSL color Cylindrical-coordinate representation of color #C5BFEB: hue angle of 248.18º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C5BFEB is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 197 191 235 -
CMYK 0.16 0.19 0 0.08
HSL 248.18º 0.52% 0.84% -
HSV(B) 248.18º 0.19% 0.92% -
XYZ 56.65 55.13 86.25 -
YUV 197.81 148.99 127.42 -
System Red Green Blue C M Y K H S L
Decimal 197 191 235 0.16 0.19 0 0.08 248.18 0.52 0.84
Hex C5 BF EB 10 13 0 8 F8 34 54
Octal 305 277 353 20 23 0 10 370 64 124
Binary 11000101 10111111 11101011 10000 10011 0 1000 11111000 110100 1010100

Color Harmonies of #C5BFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BFEB

Black with #C5BFEB

Text Example


Text Example

White with #C5BFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BFEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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