Html Css Color HEX #C3BAF3 Melrose

📋 copy color: '#C3BAF3'

red 195 ◦ green 186 ◦ blue 243

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

Shades of Melrose #C3BAF3

Tints of Melrose #C3BAF3

RGB

 RED value IS 195 (76.56% from 255) = 31.25%

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

 BLUE value IS 243 (95.31% from 255) = 38.94%

R = 31.25%
G = 29.81%
B = 38.94%

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

#C3BAF3 (or 0xC3BAF3) is known color: Melrose. HEX triplet: C3, BA and F3. RGB value is (195,186,243). Sum of RGB (Red+Green+Blue) = 195+186+243=624 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.25% from 624); Green value is 186 (73.05% from 255 or 29.81% from 624); Blue value is 243 (95.31% from 255 or 38.94% from 624); Max value from RGB is 243 - color contains mainly: blue. Hex color #C3BAF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BAF3 is #3C450C. Grayscale: #C2C2C2. Windows color (decimal): -3949837 or 15973059. OLE color: 15973059.

HSL color Cylindrical-coordinate representation of color #C3BAF3: hue angle of 249.47º degrees, saturation: 0.7, 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 #C3BAF3 is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 195 186 243 -
CMYK 0.20 0.23 0 0.05
HSL 249.47º 0.7% 0.84% -
HSV(B) 249.47º 0.23% 0.95% -
XYZ 56.24 53.19 92.1 -
YUV 195.19 154.98 127.87 -
System Red Green Blue C M Y K H S L
Decimal 195 186 243 0.20 0.23 0 0.05 249.47 0.7 0.84
Hex C3 BA F3 14 17 0 5 F9 46 54
Octal 303 272 363 24 27 0 5 371 106 124
Binary 11000011 10111010 11110011 10100 10111 0 101 11111001 1000110 1010100

Color Harmonies of #C3BAF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BAF3

Black with #C3BAF3

Text Example


Text Example

White with #C3BAF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BAF3; }

 p { color: rgb(195,186,243); }

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

background-color css

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

 a { background-color: rgb(195,186,243); }

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

border-color css

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

 span { border-color: rgb(195,186,243); }

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