Html Css Color HEX #C2BAE8 Melrose

📋 copy color: '#C2BAE8'

red 194 ◦ green 186 ◦ blue 232

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

Shades of Melrose #C2BAE8

Tints of Melrose #C2BAE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 37.91%

R = 31.7%
G = 30.39%
B = 37.91%

CMYK

 C value IS 0.16

 M value IS 0.20

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C2BAE8 (or 0xC2BAE8) is known color: Melrose. HEX triplet: C2, BA and E8. RGB value is (194,186,232). Sum of RGB (Red+Green+Blue) = 194+186+232=612 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.70% from 612); Green value is 186 (73.05% from 255 or 30.39% from 612); Blue value is 232 (91.02% from 255 or 37.91% from 612); Max value from RGB is 232 - color contains mainly: blue. Hex color #C2BAE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BAE8 is #3D4517. Grayscale: #C1C1C1. Windows color (decimal): -4015384 or 15252162. OLE color: 15252162.

HSL color Cylindrical-coordinate representation of color #C2BAE8: hue angle of 250.43º degrees, saturation: 0.5, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C2BAE8 is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 194 186 232 -
CMYK 0.16 0.20 0 0.09
HSL 250.43º 0.5% 0.82% -
HSV(B) 250.43º 0.2% 0.91% -
XYZ 54.37 52.41 83.59 -
YUV 193.64 149.65 128.26 -
System Red Green Blue C M Y K H S L
Decimal 194 186 232 0.16 0.20 0 0.09 250.43 0.5 0.82
Hex C2 BA E8 10 14 0 9 FA 32 52
Octal 302 272 350 20 24 0 11 372 62 122
Binary 11000010 10111010 11101000 10000 10100 0 1001 11111010 110010 1010010

Color Harmonies of #C2BAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BAE8

Black with #C2BAE8

Text Example


Text Example

White with #C2BAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BAE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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