Html Css Color HEX #C1BBEF Melrose

📋 copy color: '#C1BBEF'

red 193 ◦ green 187 ◦ blue 239

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

Shades of Melrose #C1BBEF

Tints of Melrose #C1BBEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 38.61%

R = 31.18%
G = 30.21%
B = 38.61%

CMYK

 C value IS 0.19

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C1BBEF (or 0xC1BBEF) is known color: Melrose. HEX triplet: C1, BB and EF. RGB value is (193,187,239). Sum of RGB (Red+Green+Blue) = 193+187+239=619 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.18% from 619); Green value is 187 (73.44% from 255 or 30.21% from 619); Blue value is 239 (93.75% from 255 or 38.61% from 619); Max value from RGB is 239 - color contains mainly: blue. Hex color #C1BBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1BBEF is #3E4410. Grayscale: #C2C2C2. Windows color (decimal): -4080657 or 15711169. OLE color: 15711169.

HSL color Cylindrical-coordinate representation of color #C1BBEF: hue angle of 246.92º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C1BBEF is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 193 187 239 -
CMYK 0.19 0.22 0 0.06
HSL 246.92º 0.62% 0.84% -
HSV(B) 246.92º 0.22% 0.94% -
XYZ 55.34 53.11 89 -
YUV 194.72 152.99 126.77 -
System Red Green Blue C M Y K H S L
Decimal 193 187 239 0.19 0.22 0 0.06 246.92 0.62 0.84
Hex C1 BB EF 13 16 0 6 F7 3E 54
Octal 301 273 357 23 26 0 6 367 76 124
Binary 11000001 10111011 11101111 10011 10110 0 110 11110111 111110 1010100

Color Harmonies of #C1BBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BBEF

Black with #C1BBEF

Text Example


Text Example

White with #C1BBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BBEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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