Html Css Color HEX #C2BCEF Melrose

📋 copy color: '#C2BCEF'

red 194 ◦ green 188 ◦ blue 239

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

Shades of Melrose #C2BCEF

Tints of Melrose #C2BCEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 38.49%

R = 31.24%
G = 30.27%
B = 38.49%

CMYK

 C value IS 0.19

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C2BCEF (or 0xC2BCEF) is known color: Melrose. HEX triplet: C2, BC and EF. RGB value is (194,188,239). Sum of RGB (Red+Green+Blue) = 194+188+239=621 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.24% from 621); Green value is 188 (73.83% from 255 or 30.27% from 621); Blue value is 239 (93.75% from 255 or 38.49% from 621); Max value from RGB is 239 - color contains mainly: blue. Hex color #C2BCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BCEF is #3D4310. Grayscale: #C3C3C3. Windows color (decimal): -4014865 or 15711426. OLE color: 15711426.

HSL color Cylindrical-coordinate representation of color #C2BCEF: hue angle of 247.06º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C2BCEF is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 194 188 239 -
CMYK 0.19 0.21 0 0.06
HSL 247.06º 0.61% 0.84% -
HSV(B) 247.06º 0.21% 0.94% -
XYZ 55.81 53.67 89.08 -
YUV 195.61 152.49 126.85 -
System Red Green Blue C M Y K H S L
Decimal 194 188 239 0.19 0.21 0 0.06 247.06 0.61 0.84
Hex C2 BC EF 13 15 0 6 F7 3D 54
Octal 302 274 357 23 25 0 6 367 75 124
Binary 11000010 10111100 11101111 10011 10101 0 110 11110111 111101 1010100

Color Harmonies of #C2BCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BCEF

Black with #C2BCEF

Text Example


Text Example

White with #C2BCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BCEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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