Html Css Color HEX #C3BAE6 Melrose

📋 copy color: '#C3BAE6'

red 195 ◦ green 186 ◦ blue 230

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

Shades of Melrose #C3BAE6

Tints of Melrose #C3BAE6

RGB

 RED value IS 195 (76.56% from 255) = 31.91%

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

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

R = 31.91%
G = 30.44%
B = 37.64%

CMYK

 C value IS 0.15

 M value IS 0.19

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C3BAE6 (or 0xC3BAE6) is known color: Melrose. HEX triplet: C3, BA and E6. RGB value is (195,186,230). Sum of RGB (Red+Green+Blue) = 195+186+230=611 (80% of max value = 765). Red value is 195 (76.56% from 255 or 31.91% from 611); Green value is 186 (73.05% from 255 or 30.44% from 611); Blue value is 230 (90.23% from 255 or 37.64% from 611); Max value from RGB is 230 - color contains mainly: blue. Hex color #C3BAE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BAE6 is #3C4519. Grayscale: #C1C1C1. Windows color (decimal): -3949850 or 15121091. OLE color: 15121091.

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

Color convert

RGB 195 186 230 -
CMYK 0.15 0.19 0 0.10
HSL 252.27º 0.47% 0.82% -
HSV(B) 252.27º 0.19% 0.9% -
XYZ 54.35 52.43 82.12 -
YUV 193.71 148.48 128.92 -
System Red Green Blue C M Y K H S L
Decimal 195 186 230 0.15 0.19 0 0.10 252.27 0.47 0.82
Hex C3 BA E6 F 13 0 A FC 2F 52
Octal 303 272 346 17 23 0 12 374 57 122
Binary 11000011 10111010 11100110 1111 10011 0 1010 11111100 101111 1010010

Color Harmonies of #C3BAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BAE6

Black with #C3BAE6

Text Example


Text Example

White with #C3BAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BAE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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