Html Css Color HEX #C2BAE6 Melrose

📋 copy color: '#C2BAE6'

red 194 ◦ green 186 ◦ blue 230

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

Shades of Melrose #C2BAE6

Tints of Melrose #C2BAE6

RGB

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

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

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

R = 31.8%
G = 30.49%
B = 37.7%

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

#C2BAE6 (or 0xC2BAE6) is known color: Melrose. HEX triplet: C2, BA and E6. RGB value is (194,186,230). Sum of RGB (Red+Green+Blue) = 194+186+230=610 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.80% from 610); Green value is 186 (73.05% from 255 or 30.49% from 610); Blue value is 230 (90.23% from 255 or 37.70% from 610); Max value from RGB is 230 - color contains mainly: blue. Hex color #C2BAE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BAE6 is #3D4519. Grayscale: #C1C1C1. Windows color (decimal): -4015386 or 15121090. OLE color: 15121090.

HSL color Cylindrical-coordinate representation of color #C2BAE6: hue angle of 250.91º 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 #C2BAE6 is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 194 186 230 -
CMYK 0.16 0.19 0 0.10
HSL 250.91º 0.47% 0.82% -
HSV(B) 250.91º 0.19% 0.9% -
XYZ 54.09 52.3 82.11 -
YUV 193.41 148.65 128.42 -
System Red Green Blue C M Y K H S L
Decimal 194 186 230 0.16 0.19 0 0.10 250.91 0.47 0.82
Hex C2 BA E6 10 13 0 A FB 2F 52
Octal 302 272 346 20 23 0 12 373 57 122
Binary 11000010 10111010 11100110 10000 10011 0 1010 11111011 101111 1010010

Color Harmonies of #C2BAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BAE6

Black with #C2BAE6

Text Example


Text Example

White with #C2BAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BAE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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