Html Css Color HEX #C2BCEB Melrose

📋 copy color: '#C2BCEB'

red 194 ◦ green 188 ◦ blue 235

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

Shades of Melrose #C2BCEB

Tints of Melrose #C2BCEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 38.09%

R = 31.44%
G = 30.47%
B = 38.09%

CMYK

 C value IS 0.17

 M value IS 0.2

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C2BCEB (or 0xC2BCEB) is known color: Melrose. HEX triplet: C2, BC and EB. RGB value is (194,188,235). Sum of RGB (Red+Green+Blue) = 194+188+235=617 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.44% from 617); Green value is 188 (73.83% from 255 or 30.47% from 617); Blue value is 235 (92.19% from 255 or 38.09% from 617); Max value from RGB is 235 - color contains mainly: blue. Hex color #C2BCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BCEB is #3D4314. Grayscale: #C2C2C2. Windows color (decimal): -4014869 or 15449282. OLE color: 15449282.

HSL color Cylindrical-coordinate representation of color #C2BCEB: hue angle of 247.66º degrees, saturation: 0.54, 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 #C2BCEB is Cyan = 0.17, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 188 235 -
CMYK 0.17 0.2 0 0.08
HSL 247.66º 0.54% 0.83% -
HSV(B) 247.66º 0.2% 0.92% -
XYZ 55.23 53.43 86 -
YUV 195.15 150.49 127.18 -
System Red Green Blue C M Y K H S L
Decimal 194 188 235 0.17 0.2 0 0.08 247.66 0.54 0.83
Hex C2 BC EB 11 14 0 8 F8 36 53
Octal 302 274 353 21 24 0 10 370 66 123
Binary 11000010 10111100 11101011 10001 10100 0 1000 11111000 110110 1010011

Color Harmonies of #C2BCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BCEB

Black with #C2BCEB

Text Example


Text Example

White with #C2BCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BCEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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