Html Css Color HEX #C5BFEA Melrose

📋 copy color: '#C5BFEA'

red 197 ◦ green 191 ◦ blue 234

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

Shades of Melrose #C5BFEA

Tints of Melrose #C5BFEA

RGB

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

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

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

R = 31.67%
G = 30.71%
B = 37.62%

CMYK

 C value IS 0.16

 M value IS 0.18

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C5BFEA (or 0xC5BFEA) is known color: Melrose. HEX triplet: C5, BF and EA. RGB value is (197,191,234). Sum of RGB (Red+Green+Blue) = 197+191+234=622 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.67% from 622); Green value is 191 (75% from 255 or 30.71% from 622); Blue value is 234 (91.80% from 255 or 37.62% from 622); Max value from RGB is 234 - color contains mainly: blue. Hex color #C5BFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BFEA is #3A4015. Grayscale: #C5C5C5. Windows color (decimal): -3817494 or 15384517. OLE color: 15384517.

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

Color convert

RGB 197 191 234 -
CMYK 0.16 0.18 0 0.08
HSL 248.37º 0.51% 0.83% -
HSV(B) 248.37º 0.18% 0.92% -
XYZ 56.51 55.07 85.49 -
YUV 197.7 148.49 127.5 -
System Red Green Blue C M Y K H S L
Decimal 197 191 234 0.16 0.18 0 0.08 248.37 0.51 0.83
Hex C5 BF EA 10 12 0 8 F8 33 53
Octal 305 277 352 20 22 0 10 370 63 123
Binary 11000101 10111111 11101010 10000 10010 0 1000 11111000 110011 1010011

Color Harmonies of #C5BFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BFEA

Black with #C5BFEA

Text Example


Text Example

White with #C5BFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BFEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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