Html Css Color HEX #C1BBD5 Melrose

📋 copy color: '#C1BBD5'

red 193 ◦ green 187 ◦ blue 213

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

Shades of Melrose #C1BBD5

Tints of Melrose #C1BBD5

RGB

 RED value IS 193 (75.78% from 255) = 32.55%

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

 BLUE value IS 213 (83.59% from 255) = 35.92%

R = 32.55%
G = 31.53%
B = 35.92%

CMYK

 C value IS 0.09

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C1BBD5 (or 0xC1BBD5) is known color: Melrose. HEX triplet: C1, BB and D5. RGB value is (193,187,213). Sum of RGB (Red+Green+Blue) = 193+187+213=593 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.55% from 593); Green value is 187 (73.44% from 255 or 31.53% from 593); Blue value is 213 (83.59% from 255 or 35.92% from 593); Max value from RGB is 213 - color contains mainly: blue. Hex color #C1BBD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BBD5 is #3E442A. Grayscale: #BFBFBF. Windows color (decimal): -4080683 or 14007233. OLE color: 14007233.

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

Color convert

RGB 193 187 213 -
CMYK 0.09 0.12 0 0.16
HSL 253.85º 0.24% 0.78% -
HSV(B) 253.85º 0.12% 0.84% -
XYZ 51.77 51.68 70.2 -
YUV 191.76 139.99 128.89 -
System Red Green Blue C M Y K H S L
Decimal 193 187 213 0.09 0.12 0 0.16 253.85 0.24 0.78
Hex C1 BB D5 9 C 0 10 FE 18 4E
Octal 301 273 325 11 14 0 20 376 30 116
Binary 11000001 10111011 11010101 1001 1100 0 10000 11111110 11000 1001110

Color Harmonies of #C1BBD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BBD5

Black with #C1BBD5

Text Example


Text Example

White with #C1BBD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BBD5; }

 p { color: rgb(193,187,213); }

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

background-color css

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

 a { background-color: rgb(193,187,213); }

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

border-color css

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

 span { border-color: rgb(193,187,213); }

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