Html Css Color HEX #C2BBD3 Melrose

📋 copy color: '#C2BBD3'

red 194 ◦ green 187 ◦ blue 211

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

Shades of Melrose #C2BBD3

Tints of Melrose #C2BBD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 35.64%

R = 32.77%
G = 31.59%
B = 35.64%

CMYK

 C value IS 0.08

 M value IS 0.11

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C2BBD3 (or 0xC2BBD3) is known color: Melrose. HEX triplet: C2, BB and D3. RGB value is (194,187,211). Sum of RGB (Red+Green+Blue) = 194+187+211=592 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.77% from 592); Green value is 187 (73.44% from 255 or 31.59% from 592); Blue value is 211 (82.81% from 255 or 35.64% from 592); Max value from RGB is 211 - color contains mainly: blue. Hex color #C2BBD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BBD3 is #3D442C. Grayscale: #BFBFBF. Windows color (decimal): -4015149 or 13876162. OLE color: 13876162.

HSL color Cylindrical-coordinate representation of color #C2BBD3: hue angle of 257.5º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C2BBD3 is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 194 187 211 -
CMYK 0.08 0.11 0 0.17
HSL 257.5º 0.21% 0.78% -
HSV(B) 257.5º 0.11% 0.83% -
XYZ 51.78 51.71 68.88 -
YUV 191.83 138.82 129.55 -
System Red Green Blue C M Y K H S L
Decimal 194 187 211 0.08 0.11 0 0.17 257.5 0.21 0.78
Hex C2 BB D3 8 B 0 11 102 15 4E
Octal 302 273 323 10 13 0 21 402 25 116
Binary 11000010 10111011 11010011 1000 1011 0 10001 100000010 10101 1001110

Color Harmonies of #C2BBD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BBD3

Black with #C2BBD3

Text Example


Text Example

White with #C2BBD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BBD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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