Html Css Color HEX #C1BAEC Melrose

📋 copy color: '#C1BAEC'

red 193 ◦ green 186 ◦ blue 236

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

Shades of Melrose #C1BAEC

Tints of Melrose #C1BAEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 38.37%

R = 31.38%
G = 30.24%
B = 38.37%

CMYK

 C value IS 0.18

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C1BAEC (or 0xC1BAEC) is known color: Melrose. HEX triplet: C1, BA and EC. RGB value is (193,186,236). Sum of RGB (Red+Green+Blue) = 193+186+236=615 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.38% from 615); Green value is 186 (73.05% from 255 or 30.24% from 615); Blue value is 236 (92.58% from 255 or 38.37% from 615); Max value from RGB is 236 - color contains mainly: blue. Hex color #C1BAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1BAEC is #3E4513. Grayscale: #C1C1C1. Windows color (decimal): -4080916 or 15514305. OLE color: 15514305.

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

Color convert

RGB 193 186 236 -
CMYK 0.18 0.21 0 0.07
HSL 248.4º 0.57% 0.83% -
HSV(B) 248.4º 0.21% 0.93% -
XYZ 54.69 52.51 86.61 -
YUV 193.79 151.82 127.43 -
System Red Green Blue C M Y K H S L
Decimal 193 186 236 0.18 0.21 0 0.07 248.4 0.57 0.83
Hex C1 BA EC 12 15 0 7 F8 39 53
Octal 301 272 354 22 25 0 7 370 71 123
Binary 11000001 10111010 11101100 10010 10101 0 111 11111000 111001 1010011

Color Harmonies of #C1BAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BAEC

Black with #C1BAEC

Text Example


Text Example

White with #C1BAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BAEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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