Html Css Color HEX #C7BCF2 Melrose

📋 copy color: '#C7BCF2'

red 199 ◦ green 188 ◦ blue 242

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

Shades of Melrose #C7BCF2

Tints of Melrose #C7BCF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 38.47%

R = 31.64%
G = 29.89%
B = 38.47%

CMYK

 C value IS 0.18

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C7BCF2 (or 0xC7BCF2) is known color: Melrose. HEX triplet: C7, BC and F2. RGB value is (199,188,242). Sum of RGB (Red+Green+Blue) = 199+188+242=629 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.64% from 629); Green value is 188 (73.83% from 255 or 29.89% from 629); Blue value is 242 (94.92% from 255 or 38.47% from 629); Max value from RGB is 242 - color contains mainly: blue. Hex color #C7BCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7BCF2 is #38430D. Grayscale: #C5C5C5. Windows color (decimal): -3687182 or 15908039. OLE color: 15908039.

HSL color Cylindrical-coordinate representation of color #C7BCF2: hue angle of 252.22º degrees, saturation: 0.68, 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 #C7BCF2 is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 199 188 242 -
CMYK 0.18 0.22 0 0.05
HSL 252.22º 0.68% 0.84% -
HSV(B) 252.22º 0.22% 0.95% -
XYZ 57.56 54.52 91.49 -
YUV 197.45 153.14 129.11 -
System Red Green Blue C M Y K H S L
Decimal 199 188 242 0.18 0.22 0 0.05 252.22 0.68 0.84
Hex C7 BC F2 12 16 0 5 FC 44 54
Octal 307 274 362 22 26 0 5 374 104 124
Binary 11000111 10111100 11110010 10010 10110 0 101 11111100 1000100 1010100

Color Harmonies of #C7BCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BCF2

Black with #C7BCF2

Text Example


Text Example

White with #C7BCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BCF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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