Html Css Color HEX #C5BBEA Melrose

📋 copy color: '#C5BBEA'

red 197 ◦ green 187 ◦ blue 234

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

Shades of Melrose #C5BBEA

Tints of Melrose #C5BBEA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 30.26%

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

R = 31.88%
G = 30.26%
B = 37.86%

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

#C5BBEA (or 0xC5BBEA) is known color: Melrose. HEX triplet: C5, BB and EA. RGB value is (197,187,234). Sum of RGB (Red+Green+Blue) = 197+187+234=618 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.88% from 618); Green value is 187 (73.44% from 255 or 30.26% from 618); Blue value is 234 (91.80% from 255 or 37.86% from 618); Max value from RGB is 234 - color contains mainly: blue. Hex color #C5BBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BBEA is #3A4415. Grayscale: #C3C3C3. Windows color (decimal): -3818518 or 15383493. OLE color: 15383493.

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

Color convert

RGB 197 187 234 -
CMYK 0.16 0.20 0 0.08
HSL 252.77º 0.53% 0.83% -
HSV(B) 252.77º 0.2% 0.92% -
XYZ 55.65 53.35 85.21 -
YUV 195.35 149.81 129.18 -
System Red Green Blue C M Y K H S L
Decimal 197 187 234 0.16 0.20 0 0.08 252.77 0.53 0.83
Hex C5 BB EA 10 14 0 8 FD 35 53
Octal 305 273 352 20 24 0 10 375 65 123
Binary 11000101 10111011 11101010 10000 10100 0 1000 11111101 110101 1010011

Color Harmonies of #C5BBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BBEA

Black with #C5BBEA

Text Example


Text Example

White with #C5BBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BBEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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