Html Css Color HEX #C7BCEE Melrose

📋 copy color: '#C7BCEE'

red 199 ◦ green 188 ◦ blue 238

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

Shades of Melrose #C7BCEE

Tints of Melrose #C7BCEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.08%

R = 31.84%
G = 30.08%
B = 38.08%

CMYK

 C value IS 0.16

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C7BCEE (or 0xC7BCEE) is known color: Melrose. HEX triplet: C7, BC and EE. RGB value is (199,188,238). Sum of RGB (Red+Green+Blue) = 199+188+238=625 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.84% from 625); Green value is 188 (73.83% from 255 or 30.08% from 625); Blue value is 238 (93.36% from 255 or 38.08% from 625); Max value from RGB is 238 - color contains mainly: blue. Hex color #C7BCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7BCEE is #384311. Grayscale: #C4C4C4. Windows color (decimal): -3687186 or 15645895. OLE color: 15645895.

HSL color Cylindrical-coordinate representation of color #C7BCEE: hue angle of 253.2º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C7BCEE is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 199 188 238 -
CMYK 0.16 0.21 0 0.07
HSL 253.2º 0.6% 0.84% -
HSV(B) 253.2º 0.21% 0.93% -
XYZ 56.97 54.28 88.36 -
YUV 196.99 151.14 129.43 -
System Red Green Blue C M Y K H S L
Decimal 199 188 238 0.16 0.21 0 0.07 253.2 0.6 0.84
Hex C7 BC EE 10 15 0 7 FD 3C 54
Octal 307 274 356 20 25 0 7 375 74 124
Binary 11000111 10111100 11101110 10000 10101 0 111 11111101 111100 1010100

Color Harmonies of #C7BCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BCEE

Black with #C7BCEE

Text Example


Text Example

White with #C7BCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BCEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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