Html Css Color HEX #C2BAF0 Melrose

📋 copy color: '#C2BAF0'

red 194 ◦ green 186 ◦ blue 240

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

Shades of Melrose #C2BAF0

Tints of Melrose #C2BAF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 38.71%

R = 31.29%
G = 30%
B = 38.71%

CMYK

 C value IS 0.19

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C2BAF0 (or 0xC2BAF0) is known color: Melrose. HEX triplet: C2, BA and F0. RGB value is (194,186,240). Sum of RGB (Red+Green+Blue) = 194+186+240=620 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.29% from 620); Green value is 186 (73.05% from 255 or 30% from 620); Blue value is 240 (94.14% from 255 or 38.71% from 620); Max value from RGB is 240 - color contains mainly: blue. Hex color #C2BAF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BAF0 is #3D450F. Grayscale: #C2C2C2. Windows color (decimal): -4015376 or 15776450. OLE color: 15776450.

HSL color Cylindrical-coordinate representation of color #C2BAF0: hue angle of 248.89º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2BAF0 is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 194 186 240 -
CMYK 0.19 0.22 0 0.06
HSL 248.89º 0.64% 0.84% -
HSV(B) 248.89º 0.23% 0.94% -
XYZ 55.54 52.88 89.72 -
YUV 194.55 153.65 127.61 -
System Red Green Blue C M Y K H S L
Decimal 194 186 240 0.19 0.22 0 0.06 248.89 0.64 0.84
Hex C2 BA F0 13 16 0 6 F9 40 54
Octal 302 272 360 23 26 0 6 371 100 124
Binary 11000010 10111010 11110000 10011 10110 0 110 11111001 1000000 1010100

Color Harmonies of #C2BAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BAF0

Black with #C2BAF0

Text Example


Text Example

White with #C2BAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BAF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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