Html Css Color HEX #C4BBDF Melrose

📋 copy color: '#C4BBDF'

red 196 ◦ green 187 ◦ blue 223

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

Shades of Melrose #C4BBDF

Tints of Melrose #C4BBDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.8%

R = 32.34%
G = 30.86%
B = 36.8%

CMYK

 C value IS 0.12

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C4BBDF (or 0xC4BBDF) is known color: Melrose. HEX triplet: C4, BB and DF. RGB value is (196,187,223). Sum of RGB (Red+Green+Blue) = 196+187+223=606 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.34% from 606); Green value is 187 (73.44% from 255 or 30.86% from 606); Blue value is 223 (87.5% from 255 or 36.80% from 606); Max value from RGB is 223 - color contains mainly: blue. Hex color #C4BBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BBDF is #3B4420. Grayscale: #C1C1C1. Windows color (decimal): -3884065 or 14662596. OLE color: 14662596.

HSL color Cylindrical-coordinate representation of color #C4BBDF: hue angle of 255º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C4BBDF is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 196 187 223 -
CMYK 0.12 0.16 0 0.13
HSL 255º 0.36% 0.8% -
HSV(B) 255º 0.16% 0.87% -
XYZ 53.85 52.6 77.13 -
YUV 193.8 144.48 129.57 -
System Red Green Blue C M Y K H S L
Decimal 196 187 223 0.12 0.16 0 0.13 255 0.36 0.8
Hex C4 BB DF C 10 0 D FF 24 50
Octal 304 273 337 14 20 0 15 377 44 120
Binary 11000100 10111011 11011111 1100 10000 0 1101 11111111 100100 1010000

Color Harmonies of #C4BBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BBDF

Black with #C4BBDF

Text Example


Text Example

White with #C4BBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BBDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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