Html Css Color HEX #C2BCEA Melrose

📋 copy color: '#C2BCEA'

red 194 ◦ green 188 ◦ blue 234

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

Shades of Melrose #C2BCEA

Tints of Melrose #C2BCEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 37.99%

R = 31.49%
G = 30.52%
B = 37.99%

CMYK

 C value IS 0.17

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C2BCEA (or 0xC2BCEA) is known color: Melrose. HEX triplet: C2, BC and EA. RGB value is (194,188,234). Sum of RGB (Red+Green+Blue) = 194+188+234=616 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.49% from 616); Green value is 188 (73.83% from 255 or 30.52% from 616); Blue value is 234 (91.80% from 255 or 37.99% from 616); Max value from RGB is 234 - color contains mainly: blue. Hex color #C2BCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BCEA is #3D4315. Grayscale: #C2C2C2. Windows color (decimal): -4014870 or 15383746. OLE color: 15383746.

HSL color Cylindrical-coordinate representation of color #C2BCEA: hue angle of 247.83º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C2BCEA is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 188 234 -
CMYK 0.17 0.20 0 0.08
HSL 247.83º 0.52% 0.83% -
HSV(B) 247.83º 0.2% 0.92% -
XYZ 55.08 53.38 85.24 -
YUV 195.04 149.99 127.26 -
System Red Green Blue C M Y K H S L
Decimal 194 188 234 0.17 0.20 0 0.08 247.83 0.52 0.83
Hex C2 BC EA 11 14 0 8 F8 34 53
Octal 302 274 352 21 24 0 10 370 64 123
Binary 11000010 10111100 11101010 10001 10100 0 1000 11111000 110100 1010011

Color Harmonies of #C2BCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BCEA

Black with #C2BCEA

Text Example


Text Example

White with #C2BCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BCEA; }

 p { color: rgb(194,188,234); }

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

background-color css

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

 a { background-color: rgb(194,188,234); }

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

border-color css

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

 span { border-color: rgb(194,188,234); }

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