Html Css Color HEX #C2BAEE Melrose

📋 copy color: '#C2BAEE'

red 194 ◦ green 186 ◦ blue 238

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

Shades of Melrose #C2BAEE

Tints of Melrose #C2BAEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.51%

R = 31.39%
G = 30.1%
B = 38.51%

CMYK

 C value IS 0.18

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C2BAEE (or 0xC2BAEE) is known color: Melrose. HEX triplet: C2, BA and EE. RGB value is (194,186,238). Sum of RGB (Red+Green+Blue) = 194+186+238=618 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.39% from 618); Green value is 186 (73.05% from 255 or 30.10% from 618); Blue value is 238 (93.36% from 255 or 38.51% from 618); Max value from RGB is 238 - color contains mainly: blue. Hex color #C2BAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BAEE is #3D4511. Grayscale: #C2C2C2. Windows color (decimal): -4015378 or 15645378. OLE color: 15645378.

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

Color convert

RGB 194 186 238 -
CMYK 0.18 0.22 0 0.07
HSL 249.23º 0.6% 0.83% -
HSV(B) 249.23º 0.22% 0.93% -
XYZ 55.24 52.76 88.16 -
YUV 194.32 152.65 127.77 -
System Red Green Blue C M Y K H S L
Decimal 194 186 238 0.18 0.22 0 0.07 249.23 0.6 0.83
Hex C2 BA EE 12 16 0 7 F9 3C 53
Octal 302 272 356 22 26 0 7 371 74 123
Binary 11000010 10111010 11101110 10010 10110 0 111 11111001 111100 1010011

Color Harmonies of #C2BAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BAEE

Black with #C2BAEE

Text Example


Text Example

White with #C2BAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BAEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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