Html Css Color HEX #C2BBD6 Melrose

📋 copy color: '#C2BBD6'

red 194 ◦ green 187 ◦ blue 214

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

Shades of Melrose #C2BBD6

Tints of Melrose #C2BBD6

RGB

 RED value IS 194 (76.17% from 255) = 32.61%

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

 BLUE value IS 214 (83.98% from 255) = 35.97%

R = 32.61%
G = 31.43%
B = 35.97%

CMYK

 C value IS 0.09

 M value IS 0.13

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C2BBD6 (or 0xC2BBD6) is known color: Melrose. HEX triplet: C2, BB and D6. RGB value is (194,187,214). Sum of RGB (Red+Green+Blue) = 194+187+214=595 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.61% from 595); Green value is 187 (73.44% from 255 or 31.43% from 595); Blue value is 214 (83.98% from 255 or 35.97% from 595); Max value from RGB is 214 - color contains mainly: blue. Hex color #C2BBD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BBD6 is #3D4429. Grayscale: #C0C0C0. Windows color (decimal): -4015146 or 14072770. OLE color: 14072770.

HSL color Cylindrical-coordinate representation of color #C2BBD6: hue angle of 255.56º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C2BBD6 is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 194 187 214 -
CMYK 0.09 0.13 0 0.16
HSL 255.56º 0.25% 0.79% -
HSV(B) 255.56º 0.13% 0.84% -
XYZ 52.16 51.87 70.88 -
YUV 192.17 140.32 129.3 -
System Red Green Blue C M Y K H S L
Decimal 194 187 214 0.09 0.13 0 0.16 255.56 0.25 0.79
Hex C2 BB D6 9 D 0 10 100 19 4F
Octal 302 273 326 11 15 0 20 400 31 117
Binary 11000010 10111011 11010110 1001 1101 0 10000 100000000 11001 1001111

Color Harmonies of #C2BBD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BBD6

Black with #C2BBD6

Text Example


Text Example

White with #C2BBD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BBD6; }

 p { color: rgb(194,187,214); }

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

background-color css

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

 a { background-color: rgb(194,187,214); }

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

border-color css

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

 span { border-color: rgb(194,187,214); }

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