Html Css Color HEX #C5BAEA Melrose

📋 copy color: '#C5BAEA'

red 197 ◦ green 186 ◦ blue 234

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

Shades of Melrose #C5BAEA

Tints of Melrose #C5BAEA

RGB

 RED value IS 197 (77.34% from 255) = 31.93%

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

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

R = 31.93%
G = 30.15%
B = 37.93%

CMYK

 C value IS 0.16

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C5BAEA (or 0xC5BAEA) is known color: Melrose. HEX triplet: C5, BA and EA. RGB value is (197,186,234). Sum of RGB (Red+Green+Blue) = 197+186+234=617 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.93% from 617); Green value is 186 (73.05% from 255 or 30.15% from 617); Blue value is 234 (91.80% from 255 or 37.93% from 617); Max value from RGB is 234 - color contains mainly: blue. Hex color #C5BAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BAEA is #3A4515. Grayscale: #C2C2C2. Windows color (decimal): -3818774 or 15383237. OLE color: 15383237.

HSL color Cylindrical-coordinate representation of color #C5BAEA: hue angle of 253.75º 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 #C5BAEA is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 197 186 234 -
CMYK 0.16 0.21 0 0.08
HSL 253.75º 0.53% 0.82% -
HSV(B) 253.75º 0.21% 0.92% -
XYZ 55.44 52.93 85.14 -
YUV 194.76 150.14 129.6 -
System Red Green Blue C M Y K H S L
Decimal 197 186 234 0.16 0.21 0 0.08 253.75 0.53 0.82
Hex C5 BA EA 10 15 0 8 FE 35 52
Octal 305 272 352 20 25 0 10 376 65 122
Binary 11000101 10111010 11101010 10000 10101 0 1000 11111110 110101 1010010

Color Harmonies of #C5BAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BAEA

Black with #C5BAEA

Text Example


Text Example

White with #C5BAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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