Html Css Color HEX #C7BEF2 Melrose

📋 copy color: '#C7BEF2'

red 199 ◦ green 190 ◦ blue 242

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

Shades of Melrose #C7BEF2

Tints of Melrose #C7BEF2

RGB

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

 GREEN value IS 190 (74.61% from 255) = 30.11%

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

R = 31.54%
G = 30.11%
B = 38.35%

CMYK

 C value IS 0.18

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C7BEF2 (or 0xC7BEF2) is known color: Melrose. HEX triplet: C7, BE and F2. RGB value is (199,190,242). Sum of RGB (Red+Green+Blue) = 199+190+242=631 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.54% from 631); Green value is 190 (74.61% from 255 or 30.11% from 631); Blue value is 242 (94.92% from 255 or 38.35% from 631); Max value from RGB is 242 - color contains mainly: blue. Hex color #C7BEF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7BEF2 is #38410D. Grayscale: #C6C6C6. Windows color (decimal): -3686670 or 15908551. OLE color: 15908551.

HSL color Cylindrical-coordinate representation of color #C7BEF2: hue angle of 250.38º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C7BEF2 is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 199 190 242 -
CMYK 0.18 0.21 0 0.05
HSL 250.38º 0.67% 0.85% -
HSV(B) 250.38º 0.21% 0.95% -
XYZ 57.99 55.38 91.64 -
YUV 198.62 152.48 128.27 -
System Red Green Blue C M Y K H S L
Decimal 199 190 242 0.18 0.21 0 0.05 250.38 0.67 0.85
Hex C7 BE F2 12 15 0 5 FA 43 55
Octal 307 276 362 22 25 0 5 372 103 125
Binary 11000111 10111110 11110010 10010 10101 0 101 11111010 1000011 1010101

Color Harmonies of #C7BEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BEF2

Black with #C7BEF2

Text Example


Text Example

White with #C7BEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BEF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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