Html Css Color HEX #C1BAE6 Melrose

📋 copy color: '#C1BAE6'

red 193 ◦ green 186 ◦ blue 230

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

Shades of Melrose #C1BAE6

Tints of Melrose #C1BAE6

RGB

 RED value IS 193 (75.78% from 255) = 31.69%

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

 BLUE value IS 230 (90.23% from 255) = 37.77%

R = 31.69%
G = 30.54%
B = 37.77%

CMYK

 C value IS 0.16

 M value IS 0.19

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C1BAE6 (or 0xC1BAE6) is known color: Melrose. HEX triplet: C1, BA and E6. RGB value is (193,186,230). Sum of RGB (Red+Green+Blue) = 193+186+230=609 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.69% from 609); Green value is 186 (73.05% from 255 or 30.54% from 609); Blue value is 230 (90.23% from 255 or 37.77% from 609); Max value from RGB is 230 - color contains mainly: blue. Hex color #C1BAE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1BAE6 is #3E4519. Grayscale: #C0C0C0. Windows color (decimal): -4080922 or 15121089. OLE color: 15121089.

HSL color Cylindrical-coordinate representation of color #C1BAE6: hue angle of 249.55º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C1BAE6 is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 193 186 230 -
CMYK 0.16 0.19 0 0.10
HSL 249.55º 0.47% 0.82% -
HSV(B) 249.55º 0.19% 0.9% -
XYZ 53.83 52.17 82.1 -
YUV 193.11 148.82 127.92 -
System Red Green Blue C M Y K H S L
Decimal 193 186 230 0.16 0.19 0 0.10 249.55 0.47 0.82
Hex C1 BA E6 10 13 0 A FA 2F 52
Octal 301 272 346 20 23 0 12 372 57 122
Binary 11000001 10111010 11100110 10000 10011 0 1010 11111010 101111 1010010

Color Harmonies of #C1BAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BAE6

Black with #C1BAE6

Text Example


Text Example

White with #C1BAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BAE6; }

 p { color: rgb(193,186,230); }

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

background-color css

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

 a { background-color: rgb(193,186,230); }

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

border-color css

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

 span { border-color: rgb(193,186,230); }

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