Html Css Color HEX #C3BCE0 Melrose

📋 copy color: '#C3BCE0'

red 195 ◦ green 188 ◦ blue 224

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

Shades of Melrose #C3BCE0

Tints of Melrose #C3BCE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 36.9%

R = 32.13%
G = 30.97%
B = 36.9%

CMYK

 C value IS 0.13

 M value IS 0.16

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C3BCE0 (or 0xC3BCE0) is known color: Melrose. HEX triplet: C3, BC and E0. RGB value is (195,188,224). Sum of RGB (Red+Green+Blue) = 195+188+224=607 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.13% from 607); Green value is 188 (73.83% from 255 or 30.97% from 607); Blue value is 224 (87.89% from 255 or 36.90% from 607); Max value from RGB is 224 - color contains mainly: blue. Hex color #C3BCE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BCE0 is #3C431F. Grayscale: #C2C2C2. Windows color (decimal): -3949344 or 14728387. OLE color: 14728387.

HSL color Cylindrical-coordinate representation of color #C3BCE0: hue angle of 251.67º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C3BCE0 is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 195 188 224 -
CMYK 0.13 0.16 0 0.12
HSL 251.67º 0.37% 0.81% -
HSV(B) 251.67º 0.16% 0.88% -
XYZ 53.94 52.95 77.9 -
YUV 194.2 144.82 128.57 -
System Red Green Blue C M Y K H S L
Decimal 195 188 224 0.13 0.16 0 0.12 251.67 0.37 0.81
Hex C3 BC E0 D 10 0 C FC 25 51
Octal 303 274 340 15 20 0 14 374 45 121
Binary 11000011 10111100 11100000 1101 10000 0 1100 11111100 100101 1010001

Color Harmonies of #C3BCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BCE0

Black with #C3BCE0

Text Example


Text Example

White with #C3BCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BCE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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