Html Css Color HEX #C6BCF3 Melrose

📋 copy color: '#C6BCF3'

red 198 ◦ green 188 ◦ blue 243

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

Shades of Melrose #C6BCF3

Tints of Melrose #C6BCF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 38.63%

R = 31.48%
G = 29.89%
B = 38.63%

CMYK

 C value IS 0.19

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C6BCF3 (or 0xC6BCF3) is known color: Melrose. HEX triplet: C6, BC and F3. RGB value is (198,188,243). Sum of RGB (Red+Green+Blue) = 198+188+243=629 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.48% from 629); Green value is 188 (73.83% from 255 or 29.89% from 629); Blue value is 243 (95.31% from 255 or 38.63% from 629); Max value from RGB is 243 - color contains mainly: blue. Hex color #C6BCF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BCF3 is #39430C. Grayscale: #C5C5C5. Windows color (decimal): -3752717 or 15973574. OLE color: 15973574.

HSL color Cylindrical-coordinate representation of color #C6BCF3: hue angle of 250.91º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C6BCF3 is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 198 188 243 -
CMYK 0.19 0.23 0 0.05
HSL 250.91º 0.7% 0.85% -
HSV(B) 250.91º 0.23% 0.95% -
XYZ 57.45 54.44 92.27 -
YUV 197.26 153.81 128.53 -
System Red Green Blue C M Y K H S L
Decimal 198 188 243 0.19 0.23 0 0.05 250.91 0.7 0.85
Hex C6 BC F3 13 17 0 5 FB 46 55
Octal 306 274 363 23 27 0 5 373 106 125
Binary 11000110 10111100 11110011 10011 10111 0 101 11111011 1000110 1010101

Color Harmonies of #C6BCF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BCF3

Black with #C6BCF3

Text Example


Text Example

White with #C6BCF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BCF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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