Html Css Color HEX #C5BBEB Melrose

📋 copy color: '#C5BBEB'

red 197 ◦ green 187 ◦ blue 235

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

Shades of Melrose #C5BBEB

Tints of Melrose #C5BBEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 37.96%

R = 31.83%
G = 30.21%
B = 37.96%

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

#C5BBEB (or 0xC5BBEB) is known color: Melrose. HEX triplet: C5, BB and EB. RGB value is (197,187,235). Sum of RGB (Red+Green+Blue) = 197+187+235=619 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.83% from 619); Green value is 187 (73.44% from 255 or 30.21% from 619); Blue value is 235 (92.19% from 255 or 37.96% from 619); Max value from RGB is 235 - color contains mainly: blue. Hex color #C5BBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BBEB is #3A4414. Grayscale: #C3C3C3. Windows color (decimal): -3818517 or 15449029. OLE color: 15449029.

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

Color convert

RGB 197 187 235 -
CMYK 0.16 0.20 0 0.08
HSL 252.5º 0.55% 0.83% -
HSV(B) 252.5º 0.2% 0.92% -
XYZ 55.79 53.41 85.97 -
YUV 195.46 150.31 129.1 -
System Red Green Blue C M Y K H S L
Decimal 197 187 235 0.16 0.20 0 0.08 252.5 0.55 0.83
Hex C5 BB EB 10 14 0 8 FD 37 53
Octal 305 273 353 20 24 0 10 375 67 123
Binary 11000101 10111011 11101011 10000 10100 0 1000 11111101 110111 1010011

Color Harmonies of #C5BBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BBEB

Black with #C5BBEB

Text Example


Text Example

White with #C5BBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BBEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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