Html Css Color HEX #C6BAEF Melrose

📋 copy color: '#C6BAEF'

red 198 ◦ green 186 ◦ blue 239

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

Shades of Melrose #C6BAEF

Tints of Melrose #C6BAEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 38.36%

R = 31.78%
G = 29.86%
B = 38.36%

CMYK

 C value IS 0.17

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C6BAEF (or 0xC6BAEF) is known color: Melrose. HEX triplet: C6, BA and EF. RGB value is (198,186,239). Sum of RGB (Red+Green+Blue) = 198+186+239=623 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.78% from 623); Green value is 186 (73.05% from 255 or 29.86% from 623); Blue value is 239 (93.75% from 255 or 38.36% from 623); Max value from RGB is 239 - color contains mainly: blue. Hex color #C6BAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BAEF is #394510. Grayscale: #C3C3C3. Windows color (decimal): -3753233 or 15710918. OLE color: 15710918.

HSL color Cylindrical-coordinate representation of color #C6BAEF: hue angle of 253.58º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C6BAEF is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 198 186 239 -
CMYK 0.17 0.22 0 0.06
HSL 253.58º 0.62% 0.83% -
HSV(B) 253.58º 0.22% 0.94% -
XYZ 56.43 53.36 88.99 -
YUV 195.63 152.48 129.69 -
System Red Green Blue C M Y K H S L
Decimal 198 186 239 0.17 0.22 0 0.06 253.58 0.62 0.83
Hex C6 BA EF 11 16 0 6 FE 3E 53
Octal 306 272 357 21 26 0 6 376 76 123
Binary 11000110 10111010 11101111 10001 10110 0 110 11111110 111110 1010011

Color Harmonies of #C6BAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BAEF

Black with #C6BAEF

Text Example


Text Example

White with #C6BAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BAEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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