Html Css Color HEX #C1BAF1 Melrose

📋 copy color: '#C1BAF1'

red 193 ◦ green 186 ◦ blue 241

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

Shades of Melrose #C1BAF1

Tints of Melrose #C1BAF1

RGB

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

 GREEN value IS 186 (73.05% from 255) = 30%

 BLUE value IS 241 (94.53% from 255) = 38.87%

R = 31.13%
G = 30%
B = 38.87%

CMYK

 C value IS 0.20

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C1BAF1 (or 0xC1BAF1) is known color: Melrose. HEX triplet: C1, BA and F1. RGB value is (193,186,241). Sum of RGB (Red+Green+Blue) = 193+186+241=620 (82% of max value = 765). Red value is 193 (75.78% from 255 or 31.13% from 620); Green value is 186 (73.05% from 255 or 30% from 620); Blue value is 241 (94.53% from 255 or 38.87% from 620); Max value from RGB is 241 - color contains mainly: blue. Hex color #C1BAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1BAF1 is #3E450E. Grayscale: #C2C2C2. Windows color (decimal): -4080911 or 15841985. OLE color: 15841985.

HSL color Cylindrical-coordinate representation of color #C1BAF1: hue angle of 247.64º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C1BAF1 is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 193 186 241 -
CMYK 0.20 0.23 0 0.05
HSL 247.64º 0.66% 0.84% -
HSV(B) 247.64º 0.23% 0.95% -
XYZ 55.43 52.81 90.49 -
YUV 194.36 154.32 127.03 -
System Red Green Blue C M Y K H S L
Decimal 193 186 241 0.20 0.23 0 0.05 247.64 0.66 0.84
Hex C1 BA F1 14 17 0 5 F8 42 54
Octal 301 272 361 24 27 0 5 370 102 124
Binary 11000001 10111010 11110001 10100 10111 0 101 11111000 1000010 1010100

Color Harmonies of #C1BAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BAF1

Black with #C1BAF1

Text Example


Text Example

White with #C1BAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BAF1; }

 p { color: rgb(193,186,241); }

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

background-color css

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

 a { background-color: rgb(193,186,241); }

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

border-color css

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

 span { border-color: rgb(193,186,241); }

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