Html Css Color HEX #C2BBD7 Melrose

📋 copy color: '#C2BBD7'

red 194 ◦ green 187 ◦ blue 215

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

Shades of Melrose #C2BBD7

Tints of Melrose #C2BBD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 36.07%

R = 32.55%
G = 31.38%
B = 36.07%

CMYK

 C value IS 0.10

 M value IS 0.13

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C2BBD7 (or 0xC2BBD7) is known color: Melrose. HEX triplet: C2, BB and D7. RGB value is (194,187,215). Sum of RGB (Red+Green+Blue) = 194+187+215=596 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.55% from 596); Green value is 187 (73.44% from 255 or 31.38% from 596); Blue value is 215 (84.38% from 255 or 36.07% from 596); Max value from RGB is 215 - color contains mainly: blue. Hex color #C2BBD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BBD7 is #3D4428. Grayscale: #C0C0C0. Windows color (decimal): -4015145 or 14138306. OLE color: 14138306.

HSL color Cylindrical-coordinate representation of color #C2BBD7: hue angle of 255º degrees, saturation: 0.26, 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 #C2BBD7 is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 194 187 215 -
CMYK 0.10 0.13 0 0.16
HSL 255º 0.26% 0.79% -
HSV(B) 255º 0.13% 0.84% -
XYZ 52.28 51.92 71.56 -
YUV 192.29 140.82 129.22 -
System Red Green Blue C M Y K H S L
Decimal 194 187 215 0.10 0.13 0 0.16 255 0.26 0.79
Hex C2 BB D7 A D 0 10 FF 1A 4F
Octal 302 273 327 12 15 0 20 377 32 117
Binary 11000010 10111011 11010111 1010 1101 0 10000 11111111 11010 1001111

Color Harmonies of #C2BBD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BBD7

Black with #C2BBD7

Text Example


Text Example

White with #C2BBD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BBD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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