Html Css Color HEX #C2BAEB Melrose

📋 copy color: '#C2BAEB'

red 194 ◦ green 186 ◦ blue 235

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

Shades of Melrose #C2BAEB

Tints of Melrose #C2BAEB

RGB

 RED value IS 194 (76.17% from 255) = 31.54%

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

 BLUE value IS 235 (92.19% from 255) = 38.21%

R = 31.54%
G = 30.24%
B = 38.21%

CMYK

 C value IS 0.17

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C2BAEB (or 0xC2BAEB) is known color: Melrose. HEX triplet: C2, BA and EB. RGB value is (194,186,235). Sum of RGB (Red+Green+Blue) = 194+186+235=615 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.54% from 615); Green value is 186 (73.05% from 255 or 30.24% from 615); Blue value is 235 (92.19% from 255 or 38.21% from 615); Max value from RGB is 235 - color contains mainly: blue. Hex color #C2BAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BAEB is #3D4514. Grayscale: #C1C1C1. Windows color (decimal): -4015381 or 15448770. OLE color: 15448770.

HSL color Cylindrical-coordinate representation of color #C2BAEB: hue angle of 249.8º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C2BAEB is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 186 235 -
CMYK 0.17 0.21 0 0.08
HSL 249.8º 0.55% 0.83% -
HSV(B) 249.8º 0.21% 0.92% -
XYZ 54.8 52.59 85.86 -
YUV 193.98 151.15 128.02 -
System Red Green Blue C M Y K H S L
Decimal 194 186 235 0.17 0.21 0 0.08 249.8 0.55 0.83
Hex C2 BA EB 11 15 0 8 FA 37 53
Octal 302 272 353 21 25 0 10 372 67 123
Binary 11000010 10111010 11101011 10001 10101 0 1000 11111010 110111 1010011

Color Harmonies of #C2BAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BAEB

Black with #C2BAEB

Text Example


Text Example

White with #C2BAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BAEB; }

 p { color: rgb(194,186,235); }

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

background-color css

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

 a { background-color: rgb(194,186,235); }

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

border-color css

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

 span { border-color: rgb(194,186,235); }

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