Html Css Color HEX #C3BCE2 Melrose

📋 copy color: '#C3BCE2'

red 195 ◦ green 188 ◦ blue 226

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

Shades of Melrose #C3BCE2

Tints of Melrose #C3BCE2

RGB

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

 GREEN value IS 188 (73.83% from 255) = 30.87%

 BLUE value IS 226 (88.67% from 255) = 37.11%

R = 32.02%
G = 30.87%
B = 37.11%

CMYK

 C value IS 0.14

 M value IS 0.17

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C3BCE2 (or 0xC3BCE2) is known color: Melrose. HEX triplet: C3, BC and E2. RGB value is (195,188,226). Sum of RGB (Red+Green+Blue) = 195+188+226=609 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.02% from 609); Green value is 188 (73.83% from 255 or 30.87% from 609); Blue value is 226 (88.67% from 255 or 37.11% from 609); Max value from RGB is 226 - color contains mainly: blue. Hex color #C3BCE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BCE2 is #3C431D. Grayscale: #C2C2C2. Windows color (decimal): -3949342 or 14859459. OLE color: 14859459.

HSL color Cylindrical-coordinate representation of color #C3BCE2: hue angle of 251.05º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C3BCE2 is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 195 188 226 -
CMYK 0.14 0.17 0 0.11
HSL 251.05º 0.4% 0.81% -
HSV(B) 251.05º 0.17% 0.89% -
XYZ 54.22 53.06 79.34 -
YUV 194.43 145.82 128.41 -
System Red Green Blue C M Y K H S L
Decimal 195 188 226 0.14 0.17 0 0.11 251.05 0.4 0.81
Hex C3 BC E2 E 11 0 B FB 28 51
Octal 303 274 342 16 21 0 13 373 50 121
Binary 11000011 10111100 11100010 1110 10001 0 1011 11111011 101000 1010001

Color Harmonies of #C3BCE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BCE2

Black with #C3BCE2

Text Example


Text Example

White with #C3BCE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BCE2; }

 p { color: rgb(195,188,226); }

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

background-color css

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

 a { background-color: rgb(195,188,226); }

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

border-color css

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

 span { border-color: rgb(195,188,226); }

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