Html Css Color HEX #C6BAED Melrose

📋 copy color: '#C6BAED'

red 198 ◦ green 186 ◦ blue 237

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

Shades of Melrose #C6BAED

Tints of Melrose #C6BAED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.16%

R = 31.88%
G = 29.95%
B = 38.16%

CMYK

 C value IS 0.16

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C6BAED (or 0xC6BAED) is known color: Melrose. HEX triplet: C6, BA and ED. RGB value is (198,186,237). Sum of RGB (Red+Green+Blue) = 198+186+237=621 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.88% from 621); Green value is 186 (73.05% from 255 or 29.95% from 621); Blue value is 237 (92.97% from 255 or 38.16% from 621); Max value from RGB is 237 - color contains mainly: blue. Hex color #C6BAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BAED is #394512. Grayscale: #C3C3C3. Windows color (decimal): -3753235 or 15579846. OLE color: 15579846.

HSL color Cylindrical-coordinate representation of color #C6BAED: hue angle of 254.12º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C6BAED is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 198 186 237 -
CMYK 0.16 0.22 0 0.07
HSL 254.12º 0.59% 0.83% -
HSV(B) 254.12º 0.22% 0.93% -
XYZ 56.13 53.24 87.44 -
YUV 195.4 151.48 129.85 -
System Red Green Blue C M Y K H S L
Decimal 198 186 237 0.16 0.22 0 0.07 254.12 0.59 0.83
Hex C6 BA ED 10 16 0 7 FE 3B 53
Octal 306 272 355 20 26 0 7 376 73 123
Binary 11000110 10111010 11101101 10000 10110 0 111 11111110 111011 1010011

Color Harmonies of #C6BAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BAED

Black with #C6BAED

Text Example


Text Example

White with #C6BAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BAED; }

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

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

background-color css

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

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

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

border-color css

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

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

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