Html Css Color HEX #C6BAEE Melrose

📋 copy color: '#C6BAEE'

red 198 ◦ green 186 ◦ blue 238

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

Shades of Melrose #C6BAEE

Tints of Melrose #C6BAEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.26%

R = 31.83%
G = 29.9%
B = 38.26%

CMYK

 C value IS 0.17

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C6BAEE (or 0xC6BAEE) is known color: Melrose. HEX triplet: C6, BA and EE. RGB value is (198,186,238). Sum of RGB (Red+Green+Blue) = 198+186+238=622 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.83% from 622); Green value is 186 (73.05% from 255 or 29.90% from 622); Blue value is 238 (93.36% from 255 or 38.26% from 622); Max value from RGB is 238 - color contains mainly: blue. Hex color #C6BAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BAEE is #394511. Grayscale: #C3C3C3. Windows color (decimal): -3753234 or 15645382. OLE color: 15645382.

HSL color Cylindrical-coordinate representation of color #C6BAEE: hue angle of 253.85º degrees, saturation: 0.6, 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 #C6BAEE is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 198 186 238 -
CMYK 0.17 0.22 0 0.07
HSL 253.85º 0.6% 0.83% -
HSV(B) 253.85º 0.22% 0.93% -
XYZ 56.28 53.3 88.21 -
YUV 195.52 151.98 129.77 -
System Red Green Blue C M Y K H S L
Decimal 198 186 238 0.17 0.22 0 0.07 253.85 0.6 0.83
Hex C6 BA EE 11 16 0 7 FE 3C 53
Octal 306 272 356 21 26 0 7 376 74 123
Binary 11000110 10111010 11101110 10001 10110 0 111 11111110 111100 1010011

Color Harmonies of #C6BAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BAEE

Black with #C6BAEE

Text Example


Text Example

White with #C6BAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BAEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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