Html Css Color HEX #C4BBDB Melrose

📋 copy color: '#C4BBDB'

red 196 ◦ green 187 ◦ blue 219

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

Shades of Melrose #C4BBDB

Tints of Melrose #C4BBDB

RGB

 RED value IS 196 (76.95% from 255) = 32.56%

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

 BLUE value IS 219 (85.94% from 255) = 36.38%

R = 32.56%
G = 31.06%
B = 36.38%

CMYK

 C value IS 0.11

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C4BBDB (or 0xC4BBDB) is known color: Melrose. HEX triplet: C4, BB and DB. RGB value is (196,187,219). Sum of RGB (Red+Green+Blue) = 196+187+219=602 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.56% from 602); Green value is 187 (73.44% from 255 or 31.06% from 602); Blue value is 219 (85.94% from 255 or 36.38% from 602); Max value from RGB is 219 - color contains mainly: blue. Hex color #C4BBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BBDB is #3B4424. Grayscale: #C1C1C1. Windows color (decimal): -3884069 or 14400452. OLE color: 14400452.

HSL color Cylindrical-coordinate representation of color #C4BBDB: hue angle of 256.88º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C4BBDB is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 196 187 219 -
CMYK 0.11 0.15 0 0.14
HSL 256.88º 0.31% 0.8% -
HSV(B) 256.88º 0.15% 0.86% -
XYZ 53.32 52.39 74.32 -
YUV 193.34 142.48 129.9 -
System Red Green Blue C M Y K H S L
Decimal 196 187 219 0.11 0.15 0 0.14 256.88 0.31 0.8
Hex C4 BB DB B F 0 E 101 1F 50
Octal 304 273 333 13 17 0 16 401 37 120
Binary 11000100 10111011 11011011 1011 1111 0 1110 100000001 11111 1010000

Color Harmonies of #C4BBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BBDB

Black with #C4BBDB

Text Example


Text Example

White with #C4BBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BBDB; }

 p { color: rgb(196,187,219); }

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

background-color css

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

 a { background-color: rgb(196,187,219); }

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

border-color css

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

 span { border-color: rgb(196,187,219); }

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