Html Css Color HEX #C5BFED Melrose

📋 copy color: '#C5BFED'

red 197 ◦ green 191 ◦ blue 237

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

Shades of Melrose #C5BFED

Tints of Melrose #C5BFED

RGB

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

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

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

R = 31.52%
G = 30.56%
B = 37.92%

CMYK

 C value IS 0.17

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C5BFED (or 0xC5BFED) is known color: Melrose. HEX triplet: C5, BF and ED. RGB value is (197,191,237). Sum of RGB (Red+Green+Blue) = 197+191+237=625 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.52% from 625); Green value is 191 (75% from 255 or 30.56% from 625); Blue value is 237 (92.97% from 255 or 37.92% from 625); Max value from RGB is 237 - color contains mainly: blue. Hex color #C5BFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BFED is #3A4012. Grayscale: #C5C5C5. Windows color (decimal): -3817491 or 15581125. OLE color: 15581125.

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

Color convert

RGB 197 191 237 -
CMYK 0.17 0.19 0 0.07
HSL 247.83º 0.56% 0.84% -
HSV(B) 247.83º 0.19% 0.93% -
XYZ 56.94 55.25 87.78 -
YUV 198.04 149.99 127.26 -
System Red Green Blue C M Y K H S L
Decimal 197 191 237 0.17 0.19 0 0.07 247.83 0.56 0.84
Hex C5 BF ED 11 13 0 7 F8 38 54
Octal 305 277 355 21 23 0 7 370 70 124
Binary 11000101 10111111 11101101 10001 10011 0 111 11111000 111000 1010100

Color Harmonies of #C5BFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BFED

Black with #C5BFED

Text Example


Text Example

White with #C5BFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BFED; }

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

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

background-color css

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

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

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

border-color css

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

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

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