Html Css Color HEX #C5BFEF Melrose

📋 copy color: '#C5BFEF'

red 197 ◦ green 191 ◦ blue 239

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

Shades of Melrose #C5BFEF

Tints of Melrose #C5BFEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 38.12%

R = 31.42%
G = 30.46%
B = 38.12%

CMYK

 C value IS 0.18

 M value IS 0.20

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C5BFEF (or 0xC5BFEF) is known color: Melrose. HEX triplet: C5, BF and EF. RGB value is (197,191,239). Sum of RGB (Red+Green+Blue) = 197+191+239=627 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.42% from 627); Green value is 191 (75% from 255 or 30.46% from 627); Blue value is 239 (93.75% from 255 or 38.12% from 627); Max value from RGB is 239 - color contains mainly: blue. Hex color #C5BFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BFEF is #3A4010. Grayscale: #C6C6C6. Windows color (decimal): -3817489 or 15712197. OLE color: 15712197.

HSL color Cylindrical-coordinate representation of color #C5BFEF: hue angle of 247.5º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C5BFEF is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 197 191 239 -
CMYK 0.18 0.20 0 0.06
HSL 247.5º 0.6% 0.84% -
HSV(B) 247.5º 0.2% 0.94% -
XYZ 57.24 55.36 89.33 -
YUV 198.27 150.99 127.1 -
System Red Green Blue C M Y K H S L
Decimal 197 191 239 0.18 0.20 0 0.06 247.5 0.6 0.84
Hex C5 BF EF 12 14 0 6 F8 3C 54
Octal 305 277 357 22 24 0 6 370 74 124
Binary 11000101 10111111 11101111 10010 10100 0 110 11111000 111100 1010100

Color Harmonies of #C5BFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BFEF

Black with #C5BFEF

Text Example


Text Example

White with #C5BFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BFEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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