Html Css Color HEX #C6BCEE Melrose

📋 copy color: '#C6BCEE'

red 198 ◦ green 188 ◦ blue 238

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

Shades of Melrose #C6BCEE

Tints of Melrose #C6BCEE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 30.13%

 BLUE value IS 238 (93.36% from 255) = 38.14%

R = 31.73%
G = 30.13%
B = 38.14%

CMYK

 C value IS 0.17

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C6BCEE (or 0xC6BCEE) is known color: Melrose. HEX triplet: C6, BC and EE. RGB value is (198,188,238). Sum of RGB (Red+Green+Blue) = 198+188+238=624 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.73% from 624); Green value is 188 (73.83% from 255 or 30.13% from 624); Blue value is 238 (93.36% from 255 or 38.14% from 624); Max value from RGB is 238 - color contains mainly: blue. Hex color #C6BCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BCEE is #394311. Grayscale: #C4C4C4. Windows color (decimal): -3752722 or 15645894. OLE color: 15645894.

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

Color convert

RGB 198 188 238 -
CMYK 0.17 0.21 0 0.07
HSL 252º 0.6% 0.84% -
HSV(B) 252º 0.21% 0.93% -
XYZ 56.7 54.15 88.35 -
YUV 196.69 151.31 128.93 -
System Red Green Blue C M Y K H S L
Decimal 198 188 238 0.17 0.21 0 0.07 252 0.6 0.84
Hex C6 BC EE 11 15 0 7 FC 3C 54
Octal 306 274 356 21 25 0 7 374 74 124
Binary 11000110 10111100 11101110 10001 10101 0 111 11111100 111100 1010100

Color Harmonies of #C6BCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BCEE

Black with #C6BCEE

Text Example


Text Example

White with #C6BCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BCEE; }

 p { color: rgb(198,188,238); }

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

background-color css

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

 a { background-color: rgb(198,188,238); }

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

border-color css

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

 span { border-color: rgb(198,188,238); }

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