Html Css Color HEX #C6BAEA Melrose

📋 copy color: '#C6BAEA'

red 198 ◦ green 186 ◦ blue 234

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

Shades of Melrose #C6BAEA

Tints of Melrose #C6BAEA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 30.1%

 BLUE value IS 234 (91.8% from 255) = 37.86%

R = 32.04%
G = 30.1%
B = 37.86%

CMYK

 C value IS 0.15

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C6BAEA (or 0xC6BAEA) is known color: Melrose. HEX triplet: C6, BA and EA. RGB value is (198,186,234). Sum of RGB (Red+Green+Blue) = 198+186+234=618 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.04% from 618); Green value is 186 (73.05% from 255 or 30.10% from 618); Blue value is 234 (91.80% from 255 or 37.86% from 618); Max value from RGB is 234 - color contains mainly: blue. Hex color #C6BAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BAEA is #394515. Grayscale: #C2C2C2. Windows color (decimal): -3753238 or 15383238. OLE color: 15383238.

HSL color Cylindrical-coordinate representation of color #C6BAEA: hue angle of 255º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C6BAEA is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 198 186 234 -
CMYK 0.15 0.21 0 0.08
HSL 255º 0.53% 0.82% -
HSV(B) 255º 0.21% 0.92% -
XYZ 55.7 53.06 85.15 -
YUV 195.06 149.98 130.1 -
System Red Green Blue C M Y K H S L
Decimal 198 186 234 0.15 0.21 0 0.08 255 0.53 0.82
Hex C6 BA EA F 15 0 8 FF 35 52
Octal 306 272 352 17 25 0 10 377 65 122
Binary 11000110 10111010 11101010 1111 10101 0 1000 11111111 110101 1010010

Color Harmonies of #C6BAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BAEA

Black with #C6BAEA

Text Example


Text Example

White with #C6BAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BAEA; }

 p { color: rgb(198,186,234); }

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

background-color css

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

 a { background-color: rgb(198,186,234); }

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

border-color css

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

 span { border-color: rgb(198,186,234); }

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