Html Css Color HEX #C6BFEF Melrose

📋 copy color: '#C6BFEF'

red 198 ◦ green 191 ◦ blue 239

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

Shades of Melrose #C6BFEF

Tints of Melrose #C6BFEF

RGB

 RED value IS 198 (77.73% from 255) = 31.53%

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

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

R = 31.53%
G = 30.41%
B = 38.06%

CMYK

 C value IS 0.17

 M value IS 0.20

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C6BFEF (or 0xC6BFEF) is known color: Melrose. HEX triplet: C6, BF and EF. RGB value is (198,191,239). Sum of RGB (Red+Green+Blue) = 198+191+239=628 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.53% from 628); Green value is 191 (75% from 255 or 30.41% from 628); Blue value is 239 (93.75% from 255 or 38.06% from 628); Max value from RGB is 239 - color contains mainly: blue. Hex color #C6BFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BFEF is #394010. Grayscale: #C6C6C6. Windows color (decimal): -3751953 or 15712198. OLE color: 15712198.

HSL color Cylindrical-coordinate representation of color #C6BFEF: hue angle of 248.75º 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 #C6BFEF is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 198 191 239 -
CMYK 0.17 0.20 0 0.06
HSL 248.75º 0.6% 0.84% -
HSV(B) 248.75º 0.2% 0.94% -
XYZ 57.5 55.5 89.34 -
YUV 198.57 150.82 127.6 -
System Red Green Blue C M Y K H S L
Decimal 198 191 239 0.17 0.20 0 0.06 248.75 0.6 0.84
Hex C6 BF EF 11 14 0 6 F9 3C 54
Octal 306 277 357 21 24 0 6 371 74 124
Binary 11000110 10111111 11101111 10001 10100 0 110 11111001 111100 1010100

Color Harmonies of #C6BFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BFEF

Black with #C6BFEF

Text Example


Text Example

White with #C6BFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BFEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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