Html Css Color HEX #C7BCF1 Melrose

📋 copy color: '#C7BCF1'

red 199 ◦ green 188 ◦ blue 241

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

Shades of Melrose #C7BCF1

Tints of Melrose #C7BCF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 38.38%

R = 31.69%
G = 29.94%
B = 38.38%

CMYK

 C value IS 0.17

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C7BCF1 (or 0xC7BCF1) is known color: Melrose. HEX triplet: C7, BC and F1. RGB value is (199,188,241). Sum of RGB (Red+Green+Blue) = 199+188+241=628 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.69% from 628); Green value is 188 (73.83% from 255 or 29.94% from 628); Blue value is 241 (94.53% from 255 or 38.38% from 628); Max value from RGB is 241 - color contains mainly: blue. Hex color #C7BCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7BCF1 is #38430E. Grayscale: #C5C5C5. Windows color (decimal): -3687183 or 15842503. OLE color: 15842503.

HSL color Cylindrical-coordinate representation of color #C7BCF1: hue angle of 252.45º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C7BCF1 is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 199 188 241 -
CMYK 0.17 0.22 0 0.05
HSL 252.45º 0.65% 0.84% -
HSV(B) 252.45º 0.22% 0.95% -
XYZ 57.41 54.46 90.7 -
YUV 197.33 152.64 129.19 -
System Red Green Blue C M Y K H S L
Decimal 199 188 241 0.17 0.22 0 0.05 252.45 0.65 0.84
Hex C7 BC F1 11 16 0 5 FC 41 54
Octal 307 274 361 21 26 0 5 374 101 124
Binary 11000111 10111100 11110001 10001 10110 0 101 11111100 1000001 1010100

Color Harmonies of #C7BCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BCF1

Black with #C7BCF1

Text Example


Text Example

White with #C7BCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BCF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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