Html Css Color HEX #C1BBDA Melrose

📋 copy color: '#C1BBDA'

red 193 ◦ green 187 ◦ blue 218

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

Shades of Melrose #C1BBDA

Tints of Melrose #C1BBDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.45%

R = 32.27%
G = 31.27%
B = 36.45%

CMYK

 C value IS 0.11

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C1BBDA (or 0xC1BBDA) is known color: Melrose. HEX triplet: C1, BB and DA. RGB value is (193,187,218). Sum of RGB (Red+Green+Blue) = 193+187+218=598 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.27% from 598); Green value is 187 (73.44% from 255 or 31.27% from 598); Blue value is 218 (85.55% from 255 or 36.45% from 598); Max value from RGB is 218 - color contains mainly: blue. Hex color #C1BBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BBDA is #3E4425. Grayscale: #C0C0C0. Windows color (decimal): -4080678 or 14334913. OLE color: 14334913.

HSL color Cylindrical-coordinate representation of color #C1BBDA: hue angle of 251.61º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C1BBDA is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 193 187 218 -
CMYK 0.11 0.14 0 0.15
HSL 251.61º 0.3% 0.79% -
HSV(B) 251.61º 0.14% 0.85% -
XYZ 52.42 51.94 73.59 -
YUV 192.33 142.49 128.48 -
System Red Green Blue C M Y K H S L
Decimal 193 187 218 0.11 0.14 0 0.15 251.61 0.3 0.79
Hex C1 BB DA B E 0 F FC 1E 4F
Octal 301 273 332 13 16 0 17 374 36 117
Binary 11000001 10111011 11011010 1011 1110 0 1111 11111100 11110 1001111

Color Harmonies of #C1BBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BBDA

Black with #C1BBDA

Text Example


Text Example

White with #C1BBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BBDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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