Html Css Color HEX #C7BCEC Melrose

📋 copy color: '#C7BCEC'

red 199 ◦ green 188 ◦ blue 236

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

Shades of Melrose #C7BCEC

Tints of Melrose #C7BCEC

RGB

 RED value IS 199 (78.13% from 255) = 31.94%

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

 BLUE value IS 236 (92.58% from 255) = 37.88%

R = 31.94%
G = 30.18%
B = 37.88%

CMYK

 C value IS 0.16

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C7BCEC (or 0xC7BCEC) is known color: Melrose. HEX triplet: C7, BC and EC. RGB value is (199,188,236). Sum of RGB (Red+Green+Blue) = 199+188+236=623 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.94% from 623); Green value is 188 (73.83% from 255 or 30.18% from 623); Blue value is 236 (92.58% from 255 or 37.88% from 623); Max value from RGB is 236 - color contains mainly: blue. Hex color #C7BCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7BCEC is #384313. Grayscale: #C4C4C4. Windows color (decimal): -3687188 or 15514823. OLE color: 15514823.

HSL color Cylindrical-coordinate representation of color #C7BCEC: hue angle of 253.75º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C7BCEC is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 199 188 236 -
CMYK 0.16 0.20 0 0.07
HSL 253.75º 0.56% 0.83% -
HSV(B) 253.75º 0.2% 0.93% -
XYZ 56.68 54.16 86.82 -
YUV 196.76 150.14 129.6 -
System Red Green Blue C M Y K H S L
Decimal 199 188 236 0.16 0.20 0 0.07 253.75 0.56 0.83
Hex C7 BC EC 10 14 0 7 FE 38 53
Octal 307 274 354 20 24 0 7 376 70 123
Binary 11000111 10111100 11101100 10000 10100 0 111 11111110 111000 1010011

Color Harmonies of #C7BCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BCEC

Black with #C7BCEC

Text Example


Text Example

White with #C7BCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BCEC; }

 p { color: rgb(199,188,236); }

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

background-color css

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

 a { background-color: rgb(199,188,236); }

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

border-color css

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

 span { border-color: rgb(199,188,236); }

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