Html Css Color HEX #C7BAEA Melrose

📋 copy color: '#C7BAEA'

red 199 ◦ green 186 ◦ blue 234

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

Shades of Melrose #C7BAEA

Tints of Melrose #C7BAEA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 30.05%

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

R = 32.15%
G = 30.05%
B = 37.8%

CMYK

 C value IS 0.15

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C7BAEA (or 0xC7BAEA) is known color: Melrose. HEX triplet: C7, BA and EA. RGB value is (199,186,234). Sum of RGB (Red+Green+Blue) = 199+186+234=619 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.15% from 619); Green value is 186 (73.05% from 255 or 30.05% from 619); Blue value is 234 (91.80% from 255 or 37.80% from 619); Max value from RGB is 234 - color contains mainly: blue. Hex color #C7BAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7BAEA is #384515. Grayscale: #C3C3C3. Windows color (decimal): -3687702 or 15383239. OLE color: 15383239.

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

Color convert

RGB 199 186 234 -
CMYK 0.15 0.21 0 0.08
HSL 256.25º 0.53% 0.82% -
HSV(B) 256.25º 0.21% 0.92% -
XYZ 55.96 53.2 85.16 -
YUV 195.36 149.81 130.6 -
System Red Green Blue C M Y K H S L
Decimal 199 186 234 0.15 0.21 0 0.08 256.25 0.53 0.82
Hex C7 BA EA F 15 0 8 100 35 52
Octal 307 272 352 17 25 0 10 400 65 122
Binary 11000111 10111010 11101010 1111 10101 0 1000 100000000 110101 1010010

Color Harmonies of #C7BAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BAEA

Black with #C7BAEA

Text Example


Text Example

White with #C7BAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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