Html Css Color HEX #C1BBE6 Melrose

📋 copy color: '#C1BBE6'

red 193 ◦ green 187 ◦ blue 230

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

Shades of Melrose #C1BBE6

Tints of Melrose #C1BBE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 37.7%

R = 31.64%
G = 30.66%
B = 37.7%

CMYK

 C value IS 0.16

 M value IS 0.19

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C1BBE6 (or 0xC1BBE6) is known color: Melrose. HEX triplet: C1, BB and E6. RGB value is (193,187,230). Sum of RGB (Red+Green+Blue) = 193+187+230=610 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.64% from 610); Green value is 187 (73.44% from 255 or 30.66% from 610); Blue value is 230 (90.23% from 255 or 37.70% from 610); Max value from RGB is 230 - color contains mainly: blue. Hex color #C1BBE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1BBE6 is #3E4419. Grayscale: #C1C1C1. Windows color (decimal): -4080666 or 15121345. OLE color: 15121345.

HSL color Cylindrical-coordinate representation of color #C1BBE6: hue angle of 248.37º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C1BBE6 is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 193 187 230 -
CMYK 0.16 0.19 0 0.10
HSL 248.37º 0.46% 0.82% -
HSV(B) 248.37º 0.19% 0.9% -
XYZ 54.05 52.59 82.17 -
YUV 193.7 148.49 127.5 -
System Red Green Blue C M Y K H S L
Decimal 193 187 230 0.16 0.19 0 0.10 248.37 0.46 0.82
Hex C1 BB E6 10 13 0 A F8 2E 52
Octal 301 273 346 20 23 0 12 370 56 122
Binary 11000001 10111011 11100110 10000 10011 0 1010 11111000 101110 1010010

Color Harmonies of #C1BBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BBE6

Black with #C1BBE6

Text Example


Text Example

White with #C1BBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BBE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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