Html Css Color HEX #C6BAE8 Melrose

📋 copy color: '#C6BAE8'

red 198 ◦ green 186 ◦ blue 232

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

Shades of Melrose #C6BAE8

Tints of Melrose #C6BAE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 37.66%

R = 32.14%
G = 30.19%
B = 37.66%

CMYK

 C value IS 0.15

 M value IS 0.20

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C6BAE8 (or 0xC6BAE8) is known color: Melrose. HEX triplet: C6, BA and E8. RGB value is (198,186,232). Sum of RGB (Red+Green+Blue) = 198+186+232=616 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.14% from 616); Green value is 186 (73.05% from 255 or 30.19% from 616); Blue value is 232 (91.02% from 255 or 37.66% from 616); Max value from RGB is 232 - color contains mainly: blue. Hex color #C6BAE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BAE8 is #394517. Grayscale: #C2C2C2. Windows color (decimal): -3753240 or 15252166. OLE color: 15252166.

HSL color Cylindrical-coordinate representation of color #C6BAE8: hue angle of 255.65º degrees, saturation: 0.5, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C6BAE8 is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 198 186 232 -
CMYK 0.15 0.20 0 0.09
HSL 255.65º 0.5% 0.82% -
HSV(B) 255.65º 0.2% 0.91% -
XYZ 55.41 52.95 83.64 -
YUV 194.83 148.98 130.26 -
System Red Green Blue C M Y K H S L
Decimal 198 186 232 0.15 0.20 0 0.09 255.65 0.5 0.82
Hex C6 BA E8 F 14 0 9 100 32 52
Octal 306 272 350 17 24 0 11 400 62 122
Binary 11000110 10111010 11101000 1111 10100 0 1001 100000000 110010 1010010

Color Harmonies of #C6BAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BAE8

Black with #C6BAE8

Text Example


Text Example

White with #C6BAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BAE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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