Html Css Color HEX #C6BFEB Melrose

📋 copy color: '#C6BFEB'

red 198 ◦ green 191 ◦ blue 235

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

Shades of Melrose #C6BFEB

Tints of Melrose #C6BFEB

RGB

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

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

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

R = 31.73%
G = 30.61%
B = 37.66%

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

#C6BFEB (or 0xC6BFEB) is known color: Melrose. HEX triplet: C6, BF and EB. RGB value is (198,191,235). Sum of RGB (Red+Green+Blue) = 198+191+235=624 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.73% from 624); Green value is 191 (75% from 255 or 30.61% from 624); Blue value is 235 (92.19% from 255 or 37.66% from 624); Max value from RGB is 235 - color contains mainly: blue. Hex color #C6BFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BFEB is #394014. Grayscale: #C5C5C5. Windows color (decimal): -3751957 or 15450054. OLE color: 15450054.

HSL color Cylindrical-coordinate representation of color #C6BFEB: hue angle of 249.55º 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 #C6BFEB is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 198 191 235 -
CMYK 0.16 0.19 0 0.08
HSL 249.55º 0.52% 0.84% -
HSV(B) 249.55º 0.19% 0.92% -
XYZ 56.91 55.27 86.26 -
YUV 198.11 148.82 127.92 -
System Red Green Blue C M Y K H S L
Decimal 198 191 235 0.16 0.19 0 0.08 249.55 0.52 0.84
Hex C6 BF EB 10 13 0 8 FA 34 54
Octal 306 277 353 20 23 0 10 372 64 124
Binary 11000110 10111111 11101011 10000 10011 0 1000 11111010 110100 1010100

Color Harmonies of #C6BFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BFEB

Black with #C6BFEB

Text Example


Text Example

White with #C6BFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BFEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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