Html Css Color HEX #C7BFEA Melrose

📋 copy color: '#C7BFEA'

red 199 ◦ green 191 ◦ blue 234

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

Shades of Melrose #C7BFEA

Tints of Melrose #C7BFEA

RGB

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

 GREEN value IS 191 (75% from 255) = 30.61%

 BLUE value IS 234 (91.8% from 255) = 37.5%

R = 31.89%
G = 30.61%
B = 37.5%

CMYK

 C value IS 0.15

 M value IS 0.18

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C7BFEA (or 0xC7BFEA) is known color: Melrose. HEX triplet: C7, BF and EA. RGB value is (199,191,234). Sum of RGB (Red+Green+Blue) = 199+191+234=624 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.89% from 624); Green value is 191 (75% from 255 or 30.61% from 624); Blue value is 234 (91.80% from 255 or 37.5% from 624); Max value from RGB is 234 - color contains mainly: blue. Hex color #C7BFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7BFEA is #384015. Grayscale: #C6C6C6. Windows color (decimal): -3686422 or 15384519. OLE color: 15384519.

HSL color Cylindrical-coordinate representation of color #C7BFEA: hue angle of 251.16º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C7BFEA is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 199 191 234 -
CMYK 0.15 0.18 0 0.08
HSL 251.16º 0.51% 0.83% -
HSV(B) 251.16º 0.18% 0.92% -
XYZ 57.04 55.34 85.52 -
YUV 198.29 148.15 128.5 -
System Red Green Blue C M Y K H S L
Decimal 199 191 234 0.15 0.18 0 0.08 251.16 0.51 0.83
Hex C7 BF EA F 12 0 8 FB 33 53
Octal 307 277 352 17 22 0 10 373 63 123
Binary 11000111 10111111 11101010 1111 10010 0 1000 11111011 110011 1010011

Color Harmonies of #C7BFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BFEA

Black with #C7BFEA

Text Example


Text Example

White with #C7BFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BFEA; }

 p { color: rgb(199,191,234); }

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

background-color css

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

 a { background-color: rgb(199,191,234); }

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

border-color css

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

 span { border-color: rgb(199,191,234); }

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