Html Css Color HEX #C5BCEA Melrose

📋 copy color: '#C5BCEA'

red 197 ◦ green 188 ◦ blue 234

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

Shades of Melrose #C5BCEA

Tints of Melrose #C5BCEA

RGB

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

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

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

R = 31.83%
G = 30.37%
B = 37.8%

CMYK

 C value IS 0.16

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C5BCEA (or 0xC5BCEA) is known color: Melrose. HEX triplet: C5, BC and EA. RGB value is (197,188,234). Sum of RGB (Red+Green+Blue) = 197+188+234=619 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.83% from 619); Green value is 188 (73.83% from 255 or 30.37% 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 #C5BCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BCEA is #3A4315. Grayscale: #C3C3C3. Windows color (decimal): -3818262 or 15383749. OLE color: 15383749.

HSL color Cylindrical-coordinate representation of color #C5BCEA: hue angle of 251.74º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C5BCEA is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 197 188 234 -
CMYK 0.16 0.20 0 0.08
HSL 251.74º 0.52% 0.83% -
HSV(B) 251.74º 0.2% 0.92% -
XYZ 55.86 53.78 85.28 -
YUV 195.94 149.48 128.76 -
System Red Green Blue C M Y K H S L
Decimal 197 188 234 0.16 0.20 0 0.08 251.74 0.52 0.83
Hex C5 BC EA 10 14 0 8 FC 34 53
Octal 305 274 352 20 24 0 10 374 64 123
Binary 11000101 10111100 11101010 10000 10100 0 1000 11111100 110100 1010011

Color Harmonies of #C5BCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BCEA

Black with #C5BCEA

Text Example


Text Example

White with #C5BCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BCEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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